mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
CommonClient: remove leftover debug print
This commit is contained in:
@@ -231,7 +231,6 @@ async def keep_alive(ctx: CommonContext):
|
|||||||
await asyncio.sleep(100)
|
await asyncio.sleep(100)
|
||||||
if ctx.server and ctx.slot:
|
if ctx.server and ctx.slot:
|
||||||
await ctx.send_msgs([{"cmd": "Bounce", "slots": [ctx.slot]}])
|
await ctx.send_msgs([{"cmd": "Bounce", "slots": [ctx.slot]}])
|
||||||
logger.info("Bouncy")
|
|
||||||
|
|
||||||
|
|
||||||
async def server_loop(ctx: CommonContext, address=None):
|
async def server_loop(ctx: CommonContext, address=None):
|
||||||
|
Reference in New Issue
Block a user