Update scraper.py
accidentally doxxa my webhook url so i changed it
This commit is contained in:
parent
076213e63e
commit
bdca58a85b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ comments = r.html.find('.comment-content')
|
||||||
#for comment in comments:
|
#for comment in comments:
|
||||||
# print(comment.text)
|
# print(comment.text)
|
||||||
|
|
||||||
webhook_url = "https://discordapp.com/api/webhooks/1515658607457206492/I3e0Fyh2FzW2rmW7SCfFNmy8pt1er1rLuaVpeDriELAFbDirJC-7HIP4AG4DfUVeVAiu"
|
webhook_url = "url"
|
||||||
comment_link = r.html.find(".link.commentpermalink a")
|
comment_link = r.html.find(".link.commentpermalink a")
|
||||||
STATE_FILE = "last_run.json"
|
STATE_FILE = "last_run.json"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue