Browse Source

auto commit

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

+ 3
- 2
wsps/tasks_loop.py View File

422
 	glob_cl.rman.rld_files()
422
 	glob_cl.rman.rld_files()
423
 glob_cl =  globCL()
423
 glob_cl =  globCL()
424
 
424
 
425
-if hot_reload_build:
426
-	glob_cl.rman.rld_files()
425
+# if hot_reload_build:
426
+	# glob_cl.rman.rld_files()
427
+glob_cl.rman.rld_files()
427
 
428
 
428
 
429
 
429
 def atexit_fn():
430
 def atexit_fn():

Loading…
Cancel
Save