Fix MySQLDatabase missing import

This commit is contained in:
2022-07-21 00:31:27 +02:00
parent bffba8d70f
commit c153aceaea

View File

@@ -1,4 +1,5 @@
from config import conf
from peewee import MySQLDatabase
from peewee import SqliteDatabase
from peewee import Model
from peewee import AutoField, DateField, IntegerField