publish eve_orehold_watcher.py

This commit is contained in:
brockdarnold 2026-06-14 16:43:52 +00:00
parent 840e31ebac
commit fca08d8b34

View file

@ -334,7 +334,7 @@ def run_ocr(cp):
reset_pct = cp.getfloat("watcher", "reset_pct", fallback=50.0) reset_pct = cp.getfloat("watcher", "reset_pct", fallback=50.0)
cooldown = cp.getint("watcher", "cooldown_secs", fallback=120) cooldown = cp.getint("watcher", "cooldown_secs", fallback=120)
# stall = hold not growing -> lasers/drones stopped (depleted rock, idle drones) # stall = hold not growing -> lasers/drones stopped (depleted rock, idle drones)
stall_secs = cp.getint("watcher", "stall_secs", fallback=150) stall_secs = cp.getint("watcher", "stall_secs", fallback=75)
status_secs = cp.getint("watcher", "status_secs", fallback=90) # live Discord readout status_secs = cp.getint("watcher", "status_secs", fallback=90) # live Discord readout
region_s = cp.get("ocr", "region", fallback="").strip() region_s = cp.get("ocr", "region", fallback="").strip()