publish eve_rock_watcher.py

This commit is contained in:
brockdarnold 2026-06-15 00:34:37 +00:00
parent 6193418310
commit c29ccffdf9

View file

@ -261,7 +261,7 @@ def main():
line = f"🪨 {ore.title()} {units:,} u · empties <t:{empty_at}:R>"
if nxt:
line += f" · next: {nxt[0].title()} ({nxt[1]:,} u)"
w._discord(cp, "Mining — current rock", line)
w._discord_live(cp, "rock", "Mining — current rock", line)
last_status = now
except Exception as e:
print(f"[rock] error: {e}")