From 598b8222554812d64e12ab93d4a013f1e5ff9b5c Mon Sep 17 00:00:00 2001 From: caryoscelus <caryoscelus@gmx.com> Date: Mon, 4 Sep 2023 21:25:03 +0000 Subject: [PATCH] Fix typo in Sidebar/ConsolePlugin --- plugins/Sidebar/ConsolePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sidebar/ConsolePlugin.py b/plugins/Sidebar/ConsolePlugin.py index 12d49fbf..46cd9aca 100644 --- a/plugins/Sidebar/ConsolePlugin.py +++ b/plugins/Sidebar/ConsolePlugin.py @@ -14,7 +14,7 @@ class WsLogStreamer(logging.StreamHandler): self.ui_websocket = ui_websocket if filter: - SafeRe.guard(filter): + SafeRe.guard(filter) self.filter_re = re.compile(".*" + filter) else: self.filter_re = None