瀏覽代碼

auto commit

master
jfinn 3 年之前
父節點
當前提交
118de2ee5c
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      wsps/tasks_loop.py

+ 13
- 0
wsps/tasks_loop.py 查看文件

@@ -328,6 +328,15 @@ class RldMan(RldManMixin):
328 328
 		base_path+"i3.py",
329 329
 		base_path+"i4.py",
330 330
 		base_path+"i5.py",
331
+
332
+		base_path+"v0.py",
333
+		base_path+"v1.py",
334
+		base_path+"v2.py",
335
+		base_path+"v3.py",
336
+		base_path+"v4.py",
337
+		base_path+"v5.py",
338
+
339
+
331 340
 		]
332 341
 
333 342
 		self.add_files(file_list)
@@ -342,6 +351,10 @@ class RldMan(RldManMixin):
342 351
 		base_path+"r3.py",
343 352
 		base_path+"r4.py",
344 353
 		base_path+"r5.py",
354
+
355
+		base_path+"vr0.py",
356
+		base_path+"vr1.py",
357
+
345 358
 		]
346 359
 		self.add_files(file_list)
347 360
 	def add_files(self,files):

Loading…
取消
儲存