added keepalive prints

This commit is contained in:
2026-02-09 19:58:02 -05:00
parent dd292741c1
commit f8edc4e716
3 changed files with 1 additions and 1 deletions

2
bot.py
View File

@@ -251,7 +251,7 @@ def main() -> None:
except Exception as e:
print(f"[loop] error for {sym}: {e}")
print(f"[heartbeat] {dt.datetime.utcnow().isoformat()}Z")
time.sleep(2)

Binary file not shown.

View File