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,6 +468,7 @@ atexit.register(atexit_fn)
468 468
 
469 469
 def atexit_fn():
470 470
 	print("atexit_fn!\n\n")
471
+	rconn = glob_cl.rconn
471 472
 	rconn.flushall()
472 473
 	print("",end="",flush=True)
473 474
 atexit.register(atexit_fn)

Loading…
Cancel
Save