remove unnecessary f
parent
95fbe1cf67
commit
d2a61cab1c
|
@ -272,6 +272,6 @@ def delete(id, v):
|
|||
|
||||
|
||||
def close_running_threads():
|
||||
cache.set(f'messages', messages)
|
||||
cache.set(f'muted', muted)
|
||||
cache.set('messages', messages)
|
||||
cache.set('muted', muted)
|
||||
atexit.register(close_running_threads)
|
||||
|
|
Loading…
Reference in New Issue