Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
9e1ea06b0f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      wsps/tasks_loop.py

+ 2
- 2
wsps/tasks_loop.py View File

@@ -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

Loading…
Cancel
Save