db = sqlite3.connect('users.db', DSQLITE_THREADSAFE=1)
? sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 18132 and this is thread id 20404.
Проблема в sqlite, а почему я её получаю
sqlite3.OperationalError: database is locked