fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-11-09 23:24:39 +10:00
parent 1b9d62bdce
commit 0cb4920505
2 changed files with 1 additions and 1 deletions

Binary file not shown.

2
bot.py
View File

@ -2,7 +2,7 @@ from cgitb import text
import datetime import datetime
import logging import logging
from random import randint from random import randint
#from sqdb import tert from sqdb import tert
from aiogram import Bot, Dispatcher, executor, types from aiogram import Bot, Dispatcher, executor, types
from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton