浏览代码

auto commit

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

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

@@ -422,8 +422,8 @@ def fn1(*a,**kw):
422 422
 	glob_cl.rman.rld_files()
423 423
 glob_cl =  globCL()
424 424
 
425
-
426
-glob_cl.rman.rld_files()
425
+if hot_reload_build:
426
+	glob_cl.rman.rld_files()
427 427
 
428 428
 
429 429
 def atexit_fn():

正在加载...
取消
保存