Skip to content

Commit

Permalink
interim status (squash later)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrnat committed Dec 11, 2023
1 parent 9fdd2bf commit 164f4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/badger/logbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def send_to_logbook(routine, data, widget=None):
xmlFile.write('\n') # Close with newline so cron job parses correctly
xmlFile.close()
screenshot(widget, f'{fileName}.png')

#TODO either return data or send from here to interface


def screenshot(widget, filename):
Expand Down

0 comments on commit 164f4e6

Please sign in to comment.