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." }