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,7 +420,7 @@ glob_cl =  globCL()
420 420
 
421 421
 # we are not flushing databases if 
422 422
 def atexit_fn():
423
-	# print("atexit_fn!\n\n")
423
+	print("atexit_fn!\n\n")
424 424
 	rconn = glob_cl.rconn
425 425
 	# rconn.flushall()
426 426
 	rconn.flushdb()

Loading…
Cancel
Save