mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Drain The Swamp
This commit is contained in:
@@ -56,7 +56,7 @@ def backup_toggles(params, boot_run=False):
|
||||
print("Toggles are identical to the previous backup. Aborting...")
|
||||
return
|
||||
|
||||
params.put_bool("PondUploadPending", True)
|
||||
params.put_bool("GalaxyUploadPending", True)
|
||||
|
||||
destination = TOGGLE_BACKUPS / f"{datetime.datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}_auto"
|
||||
create_backup(Path(params_backup.get_param_path()), destination, "Successfully backed up toggles!", "Failed to backup toggles...", params)
|
||||
|
||||
@@ -27,9 +27,9 @@ TESTING_GROUND_IDS = (
|
||||
TESTING_GROUND_8,
|
||||
)
|
||||
|
||||
TESTING_GROUNDS_STATE_PATH = Path("/tmp/the_pond_testing_grounds_slots.json") if PC else Path("/data/testing_grounds/slots.json")
|
||||
TESTING_GROUNDS_STATE_PATH = Path("/tmp/the_galaxy_testing_grounds_slots.json") if PC else Path("/data/testing_grounds/slots.json")
|
||||
|
||||
# Edit slot names/descriptions once here. The Pond and runtime checks share this table.
|
||||
# Edit slot names/descriptions once here. The Galaxy and runtime checks share this table.
|
||||
# Slots named "Unused" are hidden from the dropdown.
|
||||
# Adding cLabel/dLabel/etc. automatically adds more mode buttons for that slot in Testing Ground.
|
||||
TESTING_GROUNDS_SLOT_DEFINITIONS = (
|
||||
|
||||
Reference in New Issue
Block a user