From c7646ab89568793c1cdf309e475f6e13af1f1380 Mon Sep 17 00:00:00 2001 From: yatmesh Date: Mon, 2 Jun 2025 14:29:42 +0530 Subject: [PATCH] (20250602) - correct script id given --- run_tick_in.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tick_in.sh b/run_tick_in.sh index 59f125c..14e465d 100644 --- a/run_tick_in.sh +++ b/run_tick_in.sh @@ -2,7 +2,7 @@ # Use this to run the microservice without any docker setup. source .venv/bin/activate -python3 "$(pwd)/background/finstitutions/trading/tick_in_stateful.py" --script-id "kps_dev_gjgptnfnZ1" --token-key "6766805c466e61b446bf91d5" & +python3 "$(pwd)/background/finstitutions/trading/tick_in_stateful.py" --script-id "kps_prod_gjgptnfnZ1" --token-key "6766805c466e61b446bf91d5" & deactivate # All done: