Skip to content

Commit

Permalink
fix little logger thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüzünlü Artemis [HuzunluArtemis] authored Jul 11, 2022
1 parent 85610e2 commit 8ad8faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ad8faa

Please sign in to comment.