diff --git a/generic_executor.py b/generic_executor.py index ff3275b..fd69c1f 100644 --- a/generic_executor.py +++ b/generic_executor.py @@ -116,9 +116,6 @@ def fetch_players_status(user: UserRecord, name: str) -> tuple[HTTPStatus, Union file_contents[file_name] = file.read() else: return HTTPStatus.NOT_FOUND, "Launch the server at least once." - - file_contents_json = json.dumps(file_contents, indent=4) - return HTTPStatus.OK, file_contents except Exception as e: file_manager.log_error(type(e).__name__, str(e))