Relative Content

Tag Archive for pythonpython-3.xormpeeweepy-telegram-bot-api

Python peewee ORM Error: ‘no such table: Tasks’

I’m struggling with peewee in python. My configuration for project is Python + pyTelegramBotAPI + Sqlite3 + peewee. My telegram bot is the task manager (learning project). Here’s my code for getting avaliable tasks: