소스 검색

auto commit

master
jfinn 9 달 전
부모
커밋
491fbe9ae2
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4
    2
      edan_v1/hrld/test_imp.py

+ 4
- 2
edan_v1/hrld/test_imp.py 파일 보기

@@ -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()

Loading…
취소
저장