aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index 60bd542..9823579 100644
--- a/main.py
+++ b/main.py
@@ -442,8 +442,6 @@ async def guest_middleware(handler, event, data):
)
except Exception as e:
print(f"{YELLOW} -- poll parsing - {e}{RESET}")
- else:
- return
kwargs = (
{"rich_message": InputRichMessage(markdown=result)}