diff --git a/power.py b/power.py index 7698d69..8113456 100644 --- a/power.py +++ b/power.py @@ -153,5 +153,7 @@ async def client_connect(): await asyncio.sleep(300) if __name__ == "__main__": - asyncio.run(client_connect()) main() + asyncio.run(client_connect()) + +