Minor correction

This commit is contained in:
Netkas 2021-01-14 14:45:09 -05:00
parent dd03155777
commit 9db19051c8
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ def nsfw():
sys.exit(1)
try:
r = requests.post("http://0.0.0.0:5601/", data={
r = requests.post("http://0.0.0.0:5602/", data={
"input": image_data,
"type": "jpg"
})
@ -160,4 +160,4 @@ nsfw()
print("OK, CoffeeHouse-Utils seems to be running fine.")
print("Exiting with code 0, the ping service should start in the next step.")
sys.exit(0)
sys.exit(0)