This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread Thread-2: | |
Traceback (most recent call last): | |
File "/usr/lib64/python2.7/threading.py", line 804, in __bootstrap_inner | |
self.run() | |
File "/usr/lib64/python2.7/threading.py", line 757, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "redditbot.py", line 48, in poststream # GIST HAS DIFFERENT NUMBER OF LINES | |
subredditra.contributor.add(author) | |
File "/home/kenmr/.local/lib/python2.7/site-packages/praw/models/reddit/subreddit.py", line 1362, in add | |
self.subreddit._reddit.post(url, data=data) |