We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6755a commit 57fc037Copy full SHA for 57fc037
main.py
@@ -31,7 +31,7 @@ def remove():
31
opusername = input("Operator Username: ")
32
fromheader = input("Bot Email: ")
33
headers = {
34
- 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc1',
+ 'User-Agent': 'BOT: ' + opusername + '@TestWikiAutoInactive-v1rc2',
35
'From': fromheader
36
}
37
S = Session()
@@ -75,7 +75,7 @@ def remove():
75
fromheader = EMAIL
76
print("Your email was replaced with " + fromheader)
77
78
79
'From': fromheader # rewrite header to user email
80
81
configfile = open('userinfo.cfg', 'w+')
0 commit comments