From d89f99711727e47254fa3a28b18e9fe603c5c48c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 11 Oct 2021 02:56:24 +0000 Subject: [PATCH] fixed sample config.json Former-commit-id: 24e666a23b2e121e711e715c389033321a86bf2f --- src/cli/superscript.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/cli/superscript.py b/src/cli/superscript.py index 791a960..4774902 100644 --- a/src/cli/superscript.py +++ b/src/cli/superscript.py @@ -171,8 +171,8 @@ config_path = "config.json" sample_json = """{ "persistent":{ "key":{ - "database":"", - "tba":"" + "database":"mongodb+srv://analysis:MU2gPeEjEurRt2n@2022-scouting-4vfuu.mongodb.net/?retryWrites=true&w=majority", + "tba":"UDvKmPjPRfwwUdDX1JxbmkyecYBJhCtXeyVk9vmO2i7K0Zn4wqQPMfzuEINXJ7e5" }, "config-preference":"local", "synchronize-config":false @@ -216,10 +216,11 @@ sample_json = """{ "strategic-focus":true, "climb-mechanism":true, "attitude":true - }, - "event-delay":false, - "loop-delay":60 - } + } + }, + "event-delay":false, + "loop-delay":60 + } }""" def main(send, verbose = False, profile = False, debug = False):