1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

i guess another check may be fine

This commit is contained in:
Steffo 2019-02-10 14:48:00 +01:00
parent 9266aedad9
commit cbd6633b45

View file

@ -509,7 +509,10 @@ def on_callback_query(bot: telegram.Bot, update: telegram.Update):
})
sentry.captureException()
finally:
session.close()
try:
session.close()
except Exception:
pass
@command