From 68ce449a7d751df8b4c4e8c2074fbcdbc8770f43 Mon Sep 17 00:00:00 2001 From: gferraro Date: Thu, 10 Aug 2023 17:56:25 +1200 Subject: [PATCH] updated to 2002 --- processing/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/api.py b/processing/api.py index 3c3f373..8e5d2da 100644 --- a/processing/api.py +++ b/processing/api.py @@ -32,7 +32,7 @@ class API: def __init__(self, api_url, user, password, logger): - self.file_url = "http://127.0.0.1:2008/api/fileProcessing" + self.file_url = "http://127.0.0.1:2002/api/fileProcessing" # urljoin(api_url, "api/v1/processing") self.api_url = api_url self.user = user