Skip to content

Commit

Permalink
edit useragent string to remove usage of "bot" #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andygmb committed Jun 11, 2015
1 parent bcb521e commit d58e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def wikilog(self, error):

def reddit_setup(self):
print "Logging in"
r = praw.Reddit("Twitch.tv sidebar bot for {} by /u/andygmb".format(subreddit))
r = praw.Reddit("Sidebar livestream updater for /r/{} by /u/andygmb ".format(subreddit))
r.login(username=username, password=password)
sub = r.get_subreddit(subreddit)
return r, sub
Expand Down

0 comments on commit d58e8f3

Please sign in to comment.