Browse Source

auto commit

master
jfinn 9 months ago
parent
commit
6104a3e9e8
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      edan_v1/hrld/test_imp.py

+ 4
- 1
edan_v1/hrld/test_imp.py View File

@@ -15,7 +15,10 @@ def run_hrld(n=0):
15 15
 		return
16 16
 	glob_cl.has_cl = True
17 17
 	if n == 3:
18
-		glob_cl.run_persistent_loop3()
18
+		asyncio.run(glob_cl.run_persistent_loop3())
19
+		print("a/////////////////////////////////////////////")
20
+
21
+		
19 22
 	if n == 2:
20 23
 		glob_cl.run_persistent_loop2()
21 24
 	else:

Loading…
Cancel
Save