From b9cd35ce973a2cced57966872c372e7901aaa400 Mon Sep 17 00:00:00 2001 From: kaiyuran <73236245+kaiyuran@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:13:42 -0500 Subject: [PATCH] update port --- testGet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testGet.py b/testGet.py index 5647325..be21cf3 100644 --- a/testGet.py +++ b/testGet.py @@ -1,7 +1,7 @@ import requests -# url = "http://127.0.0.1:5501/getemoji" -url = "http://37.27.51.34:33303/getemoji" +url = "http://127.0.0.1:33303/getemoji" +# url = "http://37.27.51.34:33303/getemoji" params = { "message": "I love chocolate donuts. I laugh at funny jokes about it. I think it is amazing." }