Skip to content

Commit 90ea28b

Browse files
committed
fix typos
1 parent 598ea2a commit 90ea28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot/handlers/callbackQuery/handleButtonPress.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from telegram import Update, Bot, InlineKeyboardMarkup, ChatPermissions
33

44

5-
from bot.quran import Quran
5+
from bot.handlers import Quran
66
from bot.handlers import Constants
77
from bot.handlers.database import db
88
from bot.handlers.callbackQuery.handleSchedule import handleSchedule

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
runFlask()
2020

2121
checkVersion()
22-
logger = startLogger(__name__)
22+
logger = getLogger(__name__)
2323

2424
# Infinite loop to restart the bot in case of any errors
2525
while 1:

0 commit comments

Comments
 (0)