浏览代码

auto commit

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

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

@@ -246,8 +246,8 @@ class RldMan():
246 246
 			rfile_obj = self.files[file_name]
247 247
 			st = os.stat(file_name)
248 248
 			st_tuple = (st.st_mtime,st.st_size)
249
-			if rfile_obj["ftxt"] == "":
250
-				rfile_obj["ftxt"] = st_tuple
249
+			# if rfile_obj["ftxt"] == "":
250
+			# 	rfile_obj["ftxt"] = st_tuple
251 251
 			if rfile_obj["ftxt"] != st_tuple:
252 252
 				p(rfile_obj["ftxt"])
253 253
 				rfile_obj["ftxt"] = st_tuple

正在加载...
取消
保存