Skip to content

Commit 13b0563

Browse files
authored
Add logging for fetched live data positions
1 parent 681a6cb commit 13b0563

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cybernotify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def main() -> None:
196196

197197
# Poll live data
198198
positions = fetch_live_data(session_id, cfg["timezone"])
199+
log.info("fetch_live_data returned %d position(s): %s", len(positions), positions)
199200

200201
# Find our tracker
201202
for pos in positions:

0 commit comments

Comments
 (0)