mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-01 22:44:28 +02:00
Merge pull request #125 from HuzunluArtemis/master
fix little logger thing
This commit is contained in:
commit
962904abd6
2
main.py
2
main.py
@ -1454,7 +1454,7 @@ def main():
|
|||||||
logger.info("> 'save_to_file' was specified, data will be saved to json files")
|
logger.info("> 'save_to_file' was specified, data will be saved to json files")
|
||||||
|
|
||||||
if not os.path.isfile(KEY_FILE_PATH):
|
if not os.path.isfile(KEY_FILE_PATH):
|
||||||
logger.warniing("> Keyfile not found! You won't be able to decrypt videos!")
|
logger.warning("> Keyfile not found! You won't be able to decrypt videos!")
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
if bearer_token:
|
if bearer_token:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user