remove unneccessary/misplaced error check

This commit is contained in:
msk
2022-10-01 14:09:14 -07:00
parent ac23c63f78
commit 65b554f014
6 changed files with 14 additions and 19 deletions
+2 -1
View File
@@ -1,4 +1,3 @@
import asyncio
import datetime
import traceback
@@ -48,6 +47,8 @@ class TwAPI:
try:
mentions.remove(reply_to)
except: pass
try:
mentions.remove(qrt)
except: pass