Compare commits

...

2 Commits

Author SHA1 Message Date
b0275928d2 tw22 2026-01-24 08:41:48 +01:00
c6334c2244 tw22 2026-01-22 15:03:54 +01:00

View File

@@ -18,8 +18,8 @@ from blake3 import blake3
# ============================== # ==============================
# ⚙️ USER CONFIGURATION # ⚙️ USER CONFIGURATION
# ============================== # ==============================
DISK_DRIVE_LETTER = "f" # (e.g., "E", "F", "P") DISK_DRIVE_LETTER = "p" # (e.g., "E", "F", "P")
DISK_HOSTNAME = "#HD16" # (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.