This commit is contained in:
2026-01-24 08:41:48 +01:00
parent c6334c2244
commit b0275928d2

View File

@@ -19,7 +19,7 @@ from blake3 import blake3
# ⚙️ USER CONFIGURATION # ⚙️ USER CONFIGURATION
# ============================== # ==============================
DISK_DRIVE_LETTER = "p" # (e.g., "E", "F", "P") DISK_DRIVE_LETTER = "p" # (e.g., "E", "F", "P")
DISK_HOSTNAME = "#HD11" # (e.g., "#HD015") DISK_HOSTNAME = "#HD05" # (e.g., "#HD015")
# 🔒 SAFETY SWITCH # 🔒 SAFETY SWITCH
# True = LIST ONLY (No DB changes). "Simulates" the run. # True = LIST ONLY (No DB changes). "Simulates" the run.