瀏覽代碼

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():

Loading…
取消
儲存