fix: unterminated triple-quote in setup_all.py secrets template

This commit is contained in:
asepharyana
2026-08-03 13:39:36 +07:00
parent eb97e020dd
commit e0e591a63c
+1 -1
View File
@@ -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 = "<paste PEM here>"
# webhook_secret = "{WEBHOOK_SECRET}"
"""