We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681a6cb commit 13b0563Copy full SHA for 13b0563
1 file changed
cybernotify.py
@@ -196,6 +196,7 @@ def main() -> None:
196
197
# Poll live data
198
positions = fetch_live_data(session_id, cfg["timezone"])
199
+ log.info("fetch_live_data returned %d position(s): %s", len(positions), positions)
200
201
# Find our tracker
202
for pos in positions:
0 commit comments