Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
af92ec2e76
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py View File

60
 # class AconMixin:
60
 # class AconMixin:
61
     async def connect(self):
61
     async def connect(self):
62
         # print("-----------CONNECTING async def connect")
62
         # print("-----------CONNECTING async def connect")
63
-        verbose("ACON!!!!!!!!!!!!!!!!!!!!!!!!!!!")
63
+        p("ACON!!!!!!!!!!!!!!!!!!!!!!!!!!!")
64
         p(flush=True)
64
         p(flush=True)
65
         await self.accept()
65
         await self.accept()
66
         verbose("<MRO")
66
         verbose("<MRO")

Loading…
Cancel
Save