From 1e0e19553c2d5e95c7c5d4da9634bcba75291cf0 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:54:08 -0400 Subject: [PATCH] update api ip --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3a82b07..bb64779 100644 --- a/config.py +++ b/config.py @@ -15,7 +15,7 @@ _CLIENT_CONFIG = { } }, 'server': { - 'address': '127.0.0.1', + 'address': '10.200.254.237', 'port': '5000' } -} \ No newline at end of file +}