publish eve_rock_watcher.py

This commit is contained in:
brockdarnold 2026-06-15 05:31:15 +00:00
parent e872cc1b13
commit a69e64ff4f

View file

@ -330,7 +330,7 @@ def main():
poll = cp.getint("rock", "poll_secs", fallback=5) if sec else 5 poll = cp.getint("rock", "poll_secs", fallback=5) if sec else 5
switch_secs = cp.getint("rock", "switch_secs", fallback=45) if sec else 45 switch_secs = cp.getint("rock", "switch_secs", fallback=45) if sec else 45
cooldown = cp.getint("rock", "cooldown_secs", fallback=60) if sec else 60 cooldown = cp.getint("rock", "cooldown_secs", fallback=60) if sec else 60
status_secs = cp.getint("rock", "status_secs", fallback=90) if sec else 90 status_secs = cp.getint("rock", "status_secs", fallback=45) if sec else 45
# OCR rock reads are noisy: the Selected-Item quantity jumps as you click around, and # OCR rock reads are noisy: the Selected-Item quantity jumps as you click around, and
# survey-region detection false-matches the overview's ore names -> invented rocks + # survey-region detection false-matches the overview's ore names -> invented rocks +
# wrong "~1s, switch now" ETAs. Until OCR is trustworthy, DON'T post from here; the # wrong "~1s, switch now" ETAs. Until OCR is trustworthy, DON'T post from here; the