Skip to content

Commit

Permalink
https://github.com/pylint-dev/pylint/issues/9628#issuecomment-2174030026
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlorg committed Jun 17, 2024
1 parent be4c762 commit 555720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metabot/modules/newbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def default(ctx, msg): # pylint: disable=missing-docstring
return

try:
bot_info = bot.get_me()
bot_info = bot.get_me() # pylint: disable=possibly-used-before-assignment
except ntelebot.errors.Unauthorized:
return msg.add(
'Woops, Telegram told me <code>%s</code> is unauthorized, meaning the code is either '
Expand Down

0 comments on commit 555720c

Please sign in to comment.