From 5fe00a71fcaf9c2078c2857ebac47a8b1a25a20c Mon Sep 17 00:00:00 2001 From: yatmesh Date: Mon, 23 Jun 2025 12:23:42 +0530 Subject: [PATCH] (20250623) - Testing... --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 702cf79..0675a3a 100644 --- a/run.sh +++ b/run.sh @@ -2,7 +2,7 @@ # Use this to run the microservice without any docker setup. source .venv/bin/activate -python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" & +python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" --debug & deactivate # All done: