Explorar el Código

auto commit

master
jfinn hace 2 años
padre
commit
9e1ea06b0f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      wsps/tasks_loop.py

+ 2
- 2
wsps/tasks_loop.py Ver fichero

@@ -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…
Cancelar
Guardar