From 9db19051c8baa0ead2ac76014ed070819e6de7c2 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 14 Jan 2021 14:45:09 -0500 Subject: [PATCH] Minor correction --- scripts/warmup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/warmup.py b/scripts/warmup.py index 0eadf959..7e0ef91a 100644 --- a/scripts/warmup.py +++ b/scripts/warmup.py @@ -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) \ No newline at end of file +sys.exit(0)