mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
fixed sample config.json
This commit is contained in:
parent
82b62924f6
commit
24e666a23b
@ -171,8 +171,8 @@ config_path = "config.json"
|
|||||||
sample_json = """{
|
sample_json = """{
|
||||||
"persistent":{
|
"persistent":{
|
||||||
"key":{
|
"key":{
|
||||||
"database":"",
|
"database":"mongodb+srv://analysis:MU2gPeEjEurRt2n@2022-scouting-4vfuu.mongodb.net/<dbname>?retryWrites=true&w=majority",
|
||||||
"tba":""
|
"tba":"UDvKmPjPRfwwUdDX1JxbmkyecYBJhCtXeyVk9vmO2i7K0Zn4wqQPMfzuEINXJ7e5"
|
||||||
},
|
},
|
||||||
"config-preference":"local",
|
"config-preference":"local",
|
||||||
"synchronize-config":false
|
"synchronize-config":false
|
||||||
@ -216,10 +216,11 @@ sample_json = """{
|
|||||||
"strategic-focus":true,
|
"strategic-focus":true,
|
||||||
"climb-mechanism":true,
|
"climb-mechanism":true,
|
||||||
"attitude":true
|
"attitude":true
|
||||||
},
|
}
|
||||||
"event-delay":false,
|
},
|
||||||
"loop-delay":60
|
"event-delay":false,
|
||||||
}
|
"loop-delay":60
|
||||||
|
}
|
||||||
}"""
|
}"""
|
||||||
|
|
||||||
def main(send, verbose = False, profile = False, debug = False):
|
def main(send, verbose = False, profile = False, debug = False):
|
||||||
|
Loading…
Reference in New Issue
Block a user