回答編集履歴
1
test
CHANGED
@@ -26,7 +26,9 @@
|
|
26
26
|
|
27
27
|
start = time.time()
|
28
28
|
|
29
|
-
send_d = await asyncio.Task(cls._shoot())
|
29
|
+
- send_d = await asyncio.Task(cls._shoot())
|
30
|
+
|
31
|
+
+ send_d = await cls._shoot()
|
30
32
|
|
31
33
|
- await asyncio.Task(_Send("ws://192.168.11.199:8080",send_d))
|
32
34
|
|