according to the book, this error will be reported all the time, which probably means that this error can only be used in the same thread, right? Do you want to use creat_scoped_session? please give me some advice. Thank you!
sqlalchemy.exc.ProgrammingError: (sqlite3.ProgrammingError) SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 139878844028672 and this is thread id 139878951810816 (Background on this error at: http://sqlalche.me/e/f405)