publish eve_rock_watcher.py
This commit is contained in:
parent
6193418310
commit
c29ccffdf9
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ def main():
|
||||||
line = f"🪨 {ore.title()} {units:,} u · empties <t:{empty_at}:R>"
|
line = f"🪨 {ore.title()} {units:,} u · empties <t:{empty_at}:R>"
|
||||||
if nxt:
|
if nxt:
|
||||||
line += f" · next: {nxt[0].title()} ({nxt[1]:,} u)"
|
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
|
last_status = now
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"[rock] error: {e}")
|
print(f"[rock] error: {e}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue