Browse Source

auto commit

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

+ 2
- 2
wsps/tasks_loop.py View File

@@ -249,7 +249,7 @@ class RldMan():
249 249
 			# if rfile_obj["ftxt"] == "":
250 250
 			# 	rfile_obj["ftxt"] = st_tuple
251 251
 			if rfile_obj["ftxt"] != st_tuple:
252
-				p(rfile_obj["ftxt"])
252
+				# p(rfile_obj["ftxt"])
253 253
 				rfile_obj["ftxt"] = st_tuple
254 254
 				try:
255 255
 					f = open(file_name,"r")
@@ -285,7 +285,7 @@ class RldMan():
285 285
 		# for k in self.files:
286 286
 		for k in [*self.files]:
287 287
 			self.rld_file(k,ret)
288
-		p("rld_files!")
288
+		# p("rld_files!")
289 289
 		p("",end="",flush=True)
290 290
 		return ret
291 291
 

Loading…
Cancel
Save