Skip to content

Commit 57fc037

Browse files
authored
bump version, my bad
1 parent 8f6755a commit 57fc037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def remove():
3131
opusername = input("Operator Username: ")
3232
fromheader = input("Bot Email: ")
3333
headers = {
34-
'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc1',
34+
'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc2',
3535
'From': fromheader
3636
}
3737
S = Session()
@@ -75,7 +75,7 @@ def remove():
7575
fromheader = EMAIL
7676
print("Your email was replaced with " + fromheader)
7777
headers = {
78-
'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc1',
78+
'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc2',
7979
'From': fromheader # rewrite header to user email
8080
}
8181
configfile = open('userinfo.cfg', 'w+')

0 commit comments

Comments
 (0)