From 57fc037293c35a8998f8c74ad2a44a0ed322e52d Mon Sep 17 00:00:00 2001 From: RhinosF1 <46229976+RhinosF1@users.noreply.github.com> Date: Mon, 18 May 2020 10:44:46 +0100 Subject: [PATCH] bump version, my bad --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index efd3459..4ef9b9a 100644 --- a/main.py +++ b/main.py @@ -31,7 +31,7 @@ def remove(): opusername = input("Operator Username: ") fromheader = input("Bot Email: ") headers = { - 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc1', + 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc2', 'From': fromheader } S = Session() @@ -75,7 +75,7 @@ def remove(): fromheader = EMAIL print("Your email was replaced with " + fromheader) headers = { - 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc1', + 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc2', 'From': fromheader # rewrite header to user email } configfile = open('userinfo.cfg', 'w+')