Remove __main__ check
This commit is contained in:
@@ -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?")
|
||||
|
||||
Reference in New Issue
Block a user