diff --git a/plug.py b/plug.py index 1287181d..333d098c 100644 --- a/plug.py +++ b/plug.py @@ -331,7 +331,7 @@ def notify_journal_entry_cqc(cmdr, is_beta, entry, state): newerror = journal_entry(cmdr, is_beta, dict(entry), dict(state)) error = error or newerror - except Exception as e: + except Exception: logger.exception(f'Plugin "{plugin.name}" failed') return error