From 528912f6cdca3dcf4f564e0804508f71119b0595 Mon Sep 17 00:00:00 2001 From: sandy1709 <58665444+sandy1709@users.noreply.github.com> Date: Sat, 12 Sep 2020 13:54:11 +0000 Subject: [PATCH] pylint: auto fixes --- userbot/plugins/poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/plugins/poll.py b/userbot/plugins/poll.py index c6d0d10e0a..74a152a373 100644 --- a/userbot/plugins/poll.py +++ b/userbot/plugins/poll.py @@ -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: