Browse Source

auto commit

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

+ 2
- 1
wsps/tasks_loop.py View File

216
 		base_path+"i4.py",
216
 		base_path+"i4.py",
217
 		base_path+"i5.py",
217
 		base_path+"i5.py",
218
 		]
218
 		]
219
-		
219
+
220
 
220
 
221
 		self.add_files(file_list)
221
 		self.add_files(file_list)
222
 		# self.add_files(file_list,{"run"})
222
 		# self.add_files(file_list,{"run"})
223
 	def persistent_loop_cb(self,*a,**kw):
223
 	def persistent_loop_cb(self,*a,**kw):
224
+		base_path = "/usr/games/repos/ign4/py_rld/djc/rdir1/"
224
 
225
 
225
 		file_list = [
226
 		file_list = [
226
 		base_path+"r0.py",
227
 		base_path+"r0.py",

Loading…
Cancel
Save