Skip to content

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy1709 committed Sep 12, 2020
1 parent fe515a6 commit 528912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def pollcreator(catpoll):
reply_to=reply_to_id,
)
except Exception as e:
await edit_or_reply(catpoll, e)
await edit_or_reply(catpoll, e)
else:
catinput = string.split(";")
if len(catinput) > 2 and len(catinput) < 12:
Expand Down

0 comments on commit 528912f

Please sign in to comment.