Skip to content

Commit 7c043fb

Browse files
committed
TASK: Remove unused variable
1 parent 91d4f14 commit 7c043fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ def stop_cmd(bot, update):
219219

220220
def help_cmd(bot, update):
221221
# Explains commands to user
222-
223-
chat_id = update.message.chat_id
224222
db = DBwrapper.get_instance()
225223
lang_id = db.get_lang_id(update.message.from_user.id)
226224

0 commit comments

Comments
 (0)