Drain The Swamp

This commit is contained in:
firestar5683
2026-06-19 00:39:48 -05:00
parent c8128d2cde
commit 2c2d8b86ab
109 changed files with 237 additions and 153 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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 = (