fix little logger thing

This commit is contained in:
Hüzünlü Artemis [HuzunluArtemis] 2022-07-11 22:00:11 +03:00 committed by GitHub
parent 85610e2fca
commit 8ad8faaca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1454,7 +1454,7 @@ def main():
logger.info("> 'save_to_file' was specified, data will be saved to json files")
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()
if bearer_token: