Answer the question
In order to leave comments, you need to log in
Why doesn't the code see the table in sqlite?
I have this line:
q.execute("SELECT * FROM user_list WHERE user_id = %s" % (event.object.from_id))
sqlite3.OperationalError: no such table: user_list
Answer the question
In order to leave comments, you need to log in
user_list is still missing in the database, or you are executing the request in the wrong database
Chewed perfectly and in Russian, read:
https://ru.stackoverflow.com/questions/535318/%D0%...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question