Przeglądaj źródła

auto commit

master
jfinn 9 miesięcy temu
rodzic
commit
491fbe9ae2
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4
    2
      edan_v1/hrld/test_imp.py

+ 4
- 2
edan_v1/hrld/test_imp.py Wyświetl plik

@@ -20,9 +20,11 @@ def run_hrld(n=0):
20 20
 
21 21
 		
22 22
 	if n == 2:
23
-		glob_cl.run_persistent_loop2()
23
+		# glob_cl.run_persistent_loop2()
24
+		asyncio.run(glob_cl.run_persistent_loop3())
24 25
 	else:
25
-		glob_cl.run_persistent_loop()
26
+		asyncio.run(glob_cl.run_persistent_loop())
27
+		# glob_cl.run_persistent_loop()
26 28
 	# glob_cl.acl = self.channel_layer
27 29
 
28 30
 # run_hrld()

Ładowanie…
Anuluj
Zapisz