diff --git a/main.py b/main.py index 1edfc23..f7fd5fd 100755 --- a/main.py +++ b/main.py @@ -56,7 +56,6 @@ def receive(method: str, address: str, callback: Union[str, None] = None): else: callback = 'None' callback_req_n = 0 - ## RPC connection to Demons match method.upper(): @@ -128,5 +127,5 @@ def receive(method: str, address: str, callback: Union[str, None] = None): # Run if __name__ == '__main__': - uvicorn.run('main:app', host='0.0.0.0', reload=True, debug=True) + uvicorn.run('main:app', host='0.0.0.0', reload=True) #workers=4 (doesn't work with reload) \ No newline at end of file