Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
58e52c1664
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py View File

@@ -482,6 +482,7 @@ atexit.register(atexit_fn)
482 482
 def atexit_fn():
483 483
 	print("atexit_fn!\n\n")
484 484
 	rconn = glob_cl.rconn
485
-	rconn.flushall()
485
+	# rconn.flushall()
486
+	rconn.flushdb()
486 487
 	print("",end="",flush=True)
487 488
 atexit.register(atexit_fn)

Loading…
Cancel
Save