Fixed database models

This commit is contained in:
2022-05-02 17:34:16 +02:00
parent e3fdb19411
commit 1f37a589cc
5 changed files with 17 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ import telebot
from dotenv import load_dotenv
from telebot import types
from source.db import User, session
from db import User, session
load_dotenv(dotenv_path='.env') # load environment variables