Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Apr 29, 2024
1 parent 2362fbd commit 08b2688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrariumEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ def __process_webcam(self, webcam, current_state, relays):
"webcam_archive", webcam.to_dict(), [self.webcams[webcam.id].last_archived_image]
)

logger.info(f"Updated {webcam} in {time.time()-start:.2f} seconds.")
logger.info(f"Updated webcam {webcam} in {time.time()-start:.2f} seconds.")

with futures.ThreadPoolExecutor() as pool:
with orm.db_session():
Expand Down

0 comments on commit 08b2688

Please sign in to comment.