mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
3 characters
This commit is contained in:
parent
887df13b2e
commit
7169c416b8
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ def cmd_vote(bot: Bot, update: Update):
|
|||
parse_mode="HTML")
|
||||
vote.message_id = message.message_id
|
||||
session.commit()
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
raise
|
||||
finally:
|
||||
session.close()
|
||||
|
|
Loading…
Reference in a new issue