summaryrefslogtreecommitdiff
path: root/backend/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/main.py')
-rw-r--r--backend/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py
index 031564de..9a21bd7f 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -199,7 +199,7 @@ class PluginManager:
False,
False,
)
- except:
+ except Exception:
logger.info("Failed to inject JavaScript into tab\n" + format_exc())
pass