From e0e591a63cdc3d25020d9f7fa3639af716ec3ed8 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Mon, 3 Aug 2026 13:39:36 +0700 Subject: [PATCH] fix: unterminated triple-quote in setup_all.py secrets template --- setup_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_all.py b/setup_all.py index 9c30312..b987cce 100644 --- a/setup_all.py +++ b/setup_all.py @@ -69,7 +69,7 @@ api_base = "https://omniroute.imrnes.team/v1" deployment_type = "app" # Will be filled after app creation: # app_id = 123456 -# private_key = """ +# private_key = "" # webhook_secret = "{WEBHOOK_SECRET}" """