From 317b5eeabfc8eb93828ee13d3e324930f08cfacf Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Sat, 27 Jun 2026 17:32:25 +0200 Subject: [PATCH] Update localhost address to empty string --- elo_tracker/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elo_tracker/app.py b/elo_tracker/app.py index c6ac648..a8a0298 100644 --- a/elo_tracker/app.py +++ b/elo_tracker/app.py @@ -502,11 +502,11 @@ class EloTracker: -""".strip(), +""".strip(), # TODO: Make base URL more explicit mimetype="text/html", )