From 08b26882388de17c46593eaea46d73bdbdfce965 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Mon, 29 Apr 2024 21:48:31 +0200 Subject: [PATCH] Update logging --- terrariumEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terrariumEngine.py b/terrariumEngine.py index 6debe3bc7..0cfe38d41 100644 --- a/terrariumEngine.py +++ b/terrariumEngine.py @@ -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():