Skip to content

Commit

Permalink
bump version, my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored May 18, 2020
1 parent 8f6755a commit 57fc037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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+')
Expand Down

0 comments on commit 57fc037

Please sign in to comment.