浏览代码

auto commit

master
jfinn 2 年前
父节点
当前提交
3d0f2d3f53
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      wsps/tasks_loop.py

+ 3
- 2
wsps/tasks_loop.py 查看文件

@@ -422,8 +422,9 @@ def fn1(*a,**kw):
422 422
 	glob_cl.rman.rld_files()
423 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 430
 def atexit_fn():

正在加载...
取消
保存