Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jan 16, 2022
1 parent 13bc68e commit 4326c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4326c47

Please sign in to comment.