update port

This commit is contained in:
kaiyuran 2024-11-20 14:13:42 -05:00
parent 6d1377d623
commit b9cd35ce97

View file

@ -1,7 +1,7 @@
import requests import requests
# url = "http://127.0.0.1:5501/getemoji" url = "http://127.0.0.1:33303/getemoji"
url = "http://37.27.51.34:33303/getemoji" # url = "http://37.27.51.34:33303/getemoji"
params = { params = {
"message": "I love chocolate donuts. I laugh at funny jokes about it. I think it is amazing." "message": "I love chocolate donuts. I laugh at funny jokes about it. I think it is amazing."
} }