Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 4, 2024
1 parent c8c1d62 commit b2cf6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wigglecam/services/acquisitionservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def _trigger_in_fun(self):
# recommended to disable in production.
logger.info("standalone mode is enabled! to use the job processor and connectivity, disable standalone mode in config!")
frame = self.wait_for_hires_frame()
frame = self.done_hires_frames()
self.done_hires_frames()

filename = Path(f"img_{datetime.now().astimezone().strftime('%Y%m%d-%H%M%S-%f')}").with_suffix(".jpg")
filepath = PATH_STANDALONE / filename
Expand Down

0 comments on commit b2cf6e4

Please sign in to comment.