diff --git a/__pycache__/functions.cpython-310.pyc b/__pycache__/functions.cpython-310.pyc index 024a406..ec389f3 100644 Binary files a/__pycache__/functions.cpython-310.pyc and b/__pycache__/functions.cpython-310.pyc differ diff --git a/__pycache__/main.cpython-310.pyc b/__pycache__/main.cpython-310.pyc index b4e0df8..ef6ad0a 100644 Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ diff --git a/main.py b/main.py index 3d4427f..f405fa8 100755 --- a/main.py +++ b/main.py @@ -97,7 +97,7 @@ def receive(method: str, address: str, callback: Union[str, None] = None): except Exception as error: ## notify admin about the error # Failed to connect for remote procedure call. - raise ErrorException(code=422, status="error", status_message=error) + raise ErrorException(code=422, status="error", status_message='Failed to connect for remote procedure call.') ## SQL Connection with SQLAlchemy