publish eve_orehold_watcher.py
This commit is contained in:
parent
840e31ebac
commit
fca08d8b34
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ def run_ocr(cp):
|
|||
reset_pct = cp.getfloat("watcher", "reset_pct", fallback=50.0)
|
||||
cooldown = cp.getint("watcher", "cooldown_secs", fallback=120)
|
||||
# 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
|
||||
|
||||
region_s = cp.get("ocr", "region", fallback="").strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue