Sqlite connection in python-telegram-bot Sqlite connection in python-telegram-bot sqlite sqlite

Sqlite connection in python-telegram-bot


Try to change initialization of SQLite connection:

self.conn = sqlite3.connect(db, check_same_thread=False)

Read more about here: