mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 01:14:26 +02:00
Update main.py
This commit is contained in:
parent
13bc68e905
commit
4326c4743a
4
main.py
4
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user