Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
711f94b701
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      wsps/tasks_loop.py

+ 1
- 0
wsps/tasks_loop.py View File

468
 
468
 
469
 def atexit_fn():
469
 def atexit_fn():
470
 	print("atexit_fn!\n\n")
470
 	print("atexit_fn!\n\n")
471
+	rconn = glob_cl.rconn
471
 	rconn.flushall()
472
 	rconn.flushall()
472
 	print("",end="",flush=True)
473
 	print("",end="",flush=True)
473
 atexit.register(atexit_fn)
474
 atexit.register(atexit_fn)

Loading…
Cancel
Save