mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 15:54:27 +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
|
return True
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
return False
|
return False
|
||||||
except Exception as e:
|
except Exception:
|
||||||
logger.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
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user