From 4326c4743a10c1ea97ee5377d4927fe5d65898b4 Mon Sep 17 00:00:00 2001 From: Puyodead1 <14828766+Puyodead1@users.noreply.github.com> Date: Sun, 16 Jan 2022 15:01:51 -0500 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 3e845e6..a134375 100644 --- a/main.py +++ b/main.py @@ -1246,9 +1246,9 @@ def check_for_shaka(): return True except FileNotFoundError: return False - except Exception as e: + except Exception: logger.exception( - "> Unexpected exception while checking for shaka-packager, please tell the program author about this! ", e) + "> Unexpected exception while checking for shaka-packager, please tell the program author about this! ") return True