Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
e234bb86e2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py View File

420
 
420
 
421
 # we are not flushing databases if 
421
 # we are not flushing databases if 
422
 def atexit_fn():
422
 def atexit_fn():
423
-	# print("atexit_fn!\n\n")
423
+	print("atexit_fn!\n\n")
424
 	rconn = glob_cl.rconn
424
 	rconn = glob_cl.rconn
425
 	# rconn.flushall()
425
 	# rconn.flushall()
426
 	rconn.flushdb()
426
 	rconn.flushdb()

Loading…
Cancel
Save