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:
parent
9266aedad9
commit
cbd6633b45
1 changed files with 4 additions and 1 deletions
|
@ -509,7 +509,10 @@ def on_callback_query(bot: telegram.Bot, update: telegram.Update):
|
||||||
})
|
})
|
||||||
sentry.captureException()
|
sentry.captureException()
|
||||||
finally:
|
finally:
|
||||||
|
try:
|
||||||
session.close()
|
session.close()
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
@command
|
@command
|
||||||
|
|
Loading…
Reference in a new issue