From 06525344e3b232c7171d89a84ba8dc84185a053f Mon Sep 17 00:00:00 2001 From: crvmblr Date: Mon, 19 May 2025 12:21:19 +0200 Subject: [PATCH] domain --- app/state/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/state/services.py b/app/state/services.py index b96cdd8..dfbb5ba 100644 --- a/app/state/services.py +++ b/app/state/services.py @@ -235,7 +235,7 @@ async def log_strange_occurrence(obj: object) -> None: if app.settings.AUTOMATICALLY_REPORT_PROBLEMS: # automatically reporting problems to cmyui's server response = await http_client.post( - url="placeholderdata", + url="nigger.memento.sbs", # TODO: Point this to an actual server. headers={ "Bancho-Version": app.settings.VERSION,