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