mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot.git
synced 2024-11-22 13:01:27 +00:00
Fix: forget states in states_stor class
This commit is contained in:
parent
0bdb95ee30
commit
b58f39bfe1
|
@ -93,6 +93,7 @@ def get_winner_movie(poll_status_id=str):
|
||||||
|
|
||||||
logger.success("Победил " + str(movie))
|
logger.success("Победил " + str(movie))
|
||||||
post_status(text_winned, attachments=[upload_attachment('src/FMN.webp')])
|
post_status(text_winned, attachments=[upload_attachment('src/FMN.webp')])
|
||||||
|
states_stor.states = {}
|
||||||
write_states()
|
write_states()
|
||||||
reset_poll()
|
reset_poll()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue