Update main.py

This commit is contained in:
Puyodead1 2022-01-16 15:01:51 -05:00
parent 13bc68e905
commit 4326c4743a

View File

@ -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