浏览代码

auto commit

master
jfinn 2 年前
父节点
当前提交
0b01af4fd1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      wsps/tasks_loop.py

+ 2
- 2
wsps/tasks_loop.py 查看文件

@@ -103,11 +103,11 @@ class AconMixin(DbgMixin):
103 103
 	async def ws_disconn_once(self, *a,**kw):pass
104 104
 	async def ws_rec_once(self, *a,**kw):pass
105 105
 	async def receive(self, *a,**kw):
106
-		print("REC")
107
-		print("",end="",flush=True)
106
+		# print("REC")
108 107
 		# print("-----------REC")
109 108
 		await self.call_all_mro("ws_rec",*a,**kw)
110 109
 		await self.ws_rec_once(*a,**kw)
110
+		print("",end="",flush=True)
111 111
 
112 112
 	async def call_all_mro(self,mthd_name,*args,**kwargs):
113 113
 		called = set([None])

正在加载...
取消
保存