mirror of
https://github.com/kaiyuran/Emoji-translator-Server.git
synced 2024-11-21 16:43:39 +00:00
update port
This commit is contained in:
parent
6d1377d623
commit
b9cd35ce97
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue