Hi all - noob here. I updated praw in bash using pip.. --user praw --upgrade, but I'm still getting an error(below). Any help would be so. appreciated.
AttributeError Traceback (most recent call last) <ipython-input-17-405eb6a57ce4> in <module>() 5 crossposts = list() 6 time = list() ----> 7 sub_r = rdt.subreddit("conspiracy") 8 for sub in sub_r.submissions(1514764800, 1517875200): 9 if sub is not None:
AttributeError: 'Reddit' object has no attribute 'subreddit'
An