publish eve_rock_watcher.py

This commit is contained in:
brockdarnold 2026-06-15 02:24:52 +00:00
parent b28e74ae8b
commit d03ddd0ea6

View file

@ -313,7 +313,8 @@ def main():
try: try:
rows = read_rows(cp, region, mode) rows = read_rows(cp, region, mode)
if not rows: if not rows:
region = None # lost it; re-detect next loop # nothing selected at the moment — KEEP the fixed region (positions are
# stable; don't burn CPU re-hunting on a 9000px screen), just retry.
time.sleep(poll) time.sleep(poll)
continue continue
now = time.time() now = time.time()