Update power.py

This commit is contained in:
crate 2024-10-09 22:28:43 +00:00
parent e4bebab368
commit d32ae3e92f

View File

@ -153,5 +153,7 @@ async def client_connect():
await asyncio.sleep(300) await asyncio.sleep(300)
if __name__ == "__main__": if __name__ == "__main__":
asyncio.run(client_connect())
main() main()
asyncio.run(client_connect())