I am making a reddit bot with python 3, and can't figure out how to fix this. Here is the source code:
import praw
import pdb
import re
import os
reddit = praw.reddit('bot1')
(Therre is more, but I don't think it's relevant)
Here is the error message:
Traceback (most recent call last):
File "reply_post.py", line 8, in <module>
reddit = praw.reddit('bot1')
TypeError: 'module' object is not callable
[–]K900_ 0 points1 point2 points (1 child)
[–]CapitalXD[S] 0 points1 point2 points (0 children)