From 8ad8faaca0ab965d3f225afec2b3f1dbfd8b5727 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=BCz=C3=BCnl=C3=BC=20Artemis=20=5BHuzunluArtemis=5D?=
<84624971+HuzunluArtemis@users.noreply.github.com>
Date: Mon, 11 Jul 2022 22:00:11 +0300
Subject: [PATCH] fix little logger thing
---
main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.py b/main.py
index 043ef3b..42704b8 100644
--- a/main.py
+++ b/main.py
@@ -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: