From 195b3885d2c45ba443cb8e66ed1f4c57056b9163 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Thu, 16 Apr 2026 07:13:12 -0400 Subject: [PATCH] Bug: typo --- nike/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nike/config.py b/nike/config.py index 5046619..2fe83cc 100644 --- a/nike/config.py +++ b/nike/config.py @@ -34,7 +34,7 @@ API_FOOTBALL_KEY = os.getenv('NIKE_API_FOOTBALL_KEY', '') # ── Server ──────────────────────────────────────────────── SERVER_HOST = os.getenv('NIKE_HOST') -SERVER_PORT = int(os.getenv('NIKE_PORT') +SERVER_PORT = int(os.getenv('NIKE_PORT')) SERVER_NAME = "Nike — Football Data Platform" # IPs allowed to set X-Forwarded-Proto (your HAProxy host). # '*' trusts all — safe when Nike's port is firewalled to HAProxy only.