Browse Source

Update linkmakerbot.py

master
clawer87 6 years ago committed by GitHub
parent
commit
3dc9e5ab66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      linkmakerbot.py

2
linkmakerbot.py

@ -7,7 +7,7 @@ import time
LINK_URL="xkcd.com" LINK_URL="xkcd.com"
SUBREDDIT_NAME="xkcd" SUBREDDIT_NAME="xkcd"
SEARCH_STRING=r"xkcd\d+" SEARCH_STRING=r"xkcd \d+"
DEBUG=1 DEBUG=1
def check_for_string(searchString,comment): def check_for_string(searchString,comment):

Loading…
Cancel
Save