Remove __main__ check

This commit is contained in:
2025-10-05 20:05:44 -04:00
parent 470d4cc4d9
commit 2d3dea750f

View File

@@ -100,7 +100,4 @@ async def client():
})
if __name__ == "__main__":
app.run(host=config.addr, port=config.port)
else:
print("What the hell are you doing?")
app.run(host=config.addr, port=config.port)