simplyprint: fix incorrect directive

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-08-08 17:37:35 -04:00
parent 71e9085778
commit a9345d19fa
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -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__