mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
woops
This commit is contained in:
parent
88c46f754f
commit
c1966e6f55
|
@ -271,9 +271,7 @@ def catch_all(event, data):
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
async with asyncio.TaskGroup() as task_group:
|
|
||||||
await sio.connect(HOST)
|
await sio.connect(HOST)
|
||||||
# task1 = task_group.create_task(sio.wait())
|
|
||||||
await sio.wait()
|
await sio.wait()
|
||||||
|
|
||||||
# await sio.emit('requireAuth', ('', {'version': '', 'protocolVersion': ''}))
|
# await sio.emit('requireAuth', ('', {'version': '', 'protocolVersion': ''}))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user