publish eve_rock_watcher.py
This commit is contained in:
parent
e872cc1b13
commit
a69e64ff4f
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ def main():
|
|||
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
|
||||
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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue