test branch

This commit is contained in:
Bob 2023-03-11 11:26:26 +02:00
parent ba3ced4b8d
commit 4a6497b917
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -97,7 +97,7 @@ def receive(method: str, address: str, callback: Union[str, None] = None):
except Exception as error: except Exception as error:
## notify admin about the error ## notify admin about the error
# Failed to connect for remote procedure call. # 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 ## SQL Connection with SQLAlchemy