mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot.git
synced 2025-05-04 10:58:43 +00:00
Add clear all states function
This commit is contained in:
parent
84870c9d7c
commit
4befd1872f
1 changed files with 6 additions and 0 deletions
|
@ -33,3 +33,9 @@ def remove_state(key):
|
|||
conn.commit()
|
||||
logger.warning(f'Удален стейт {key}')
|
||||
|
||||
|
||||
def clear_all_states():
|
||||
c.execute("DELETE FROM states")
|
||||
conn.commit()
|
||||
logger.warning(f'Все стейты удалены')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue