rm db
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -174,4 +174,5 @@ Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
**.wg0.conf
|
||||
**.wg0.conf
|
||||
**.db
|
||||
@@ -13,9 +13,9 @@ from telegram.ext import Application, ContextTypes
|
||||
# Импорты из наших модулей
|
||||
from config import *
|
||||
from database import init_db
|
||||
from handlers import help_handler, unknown_command, callback_taken
|
||||
from app.handlers import help_handler, unknown_command, callback_taken
|
||||
from conversations import *
|
||||
from utils import main_menu_kb
|
||||
from app.utils import main_menu_kb
|
||||
|
||||
# Отключаем предупреждения PTB
|
||||
warnings.filterwarnings("ignore", category=UserWarning)
|
||||
|
||||
@@ -8,7 +8,7 @@ from telegram import Update, ReplyKeyboardRemove
|
||||
from telegram.ext import ContextTypes, ConversationHandler, CallbackQueryHandler, MessageHandler, filters
|
||||
|
||||
from config import *
|
||||
from utils import *
|
||||
from app.utils import *
|
||||
from database import get_db_connection
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
BIN
data/pills.db
BIN
data/pills.db
Binary file not shown.
Reference in New Issue
Block a user