浏览代码

auto commit

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

+ 3
- 3
wsps/hot_reload_temp_staging.py 查看文件

@@ -1,7 +1,7 @@
1 1
 
2 2
 # import wsps.tasks_loop as *
3 3
 from wsps.tasks_loop import *
4
-print("HOTRELOAD")
4
+# print("HOTRELOAD")
5 5
 
6 6
 
7 7
 
@@ -271,5 +271,5 @@ def init_class_edits(Mixins):
271 271
 	class_edit(Mixins.DevMixin,DevMixin_R1)
272 272
 	class_edit(Mixins.DevMixin,DevMixin_R2_DevSto)
273 273
 
274
-print(dir())
275
-print("z",flush=True)
274
+# print(dir())
275
+# print("z",flush=True)

正在加载...
取消
保存