From 8ec452ee9c8bee30955f19ab4d78bc9a2cf29f4e Mon Sep 17 00:00:00 2001 From: DmsAnhr Date: Mon, 22 Dec 2025 18:01:48 +0700 Subject: [PATCH] update callback url --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9c3af26..b586d88 100644 --- a/main.py +++ b/main.py @@ -103,7 +103,7 @@ def run_clean_table(table_name: str, job_id: str): } requests.post( - "http://localhost:8000/dataset/jobs/callback", + "http://labai.polinema.ac.id:808/dataset/jobs/callback", json=callback_payload )