From a9345d19fa62ff73862b15e40fcdcf806ff842a0 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Mon, 8 Aug 2022 17:37:35 -0400 Subject: [PATCH] simplyprint: fix incorrect directive Signed-off-by: Eric Callahan --- moonraker/components/simplyprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonraker/components/simplyprint.py b/moonraker/components/simplyprint.py index fb8d939..7bf5f44 100644 --- a/moonraker/components/simplyprint.py +++ b/moonraker/components/simplyprint.py @@ -1336,7 +1336,7 @@ class WebcamStream: raise except Exception as e: if not self.server.is_debug_enabled(): - pass + continue if type(last_err) != type(e) or last_err.args != e.args: last_err = e cname = self.__class__.__name__