From 80c8ef968c17a8f19a8efdd3989539f4381ca8b1 Mon Sep 17 00:00:00 2001 From: alokify Date: Mon, 25 Nov 2024 14:40:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix():=20fixed=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/functions.py b/libs/functions.py index d03b2c8..6b80809 100644 --- a/libs/functions.py +++ b/libs/functions.py @@ -168,7 +168,7 @@ def get_latest_kernel_updates(self): logger.info("Update Check Not Required!") return False else: - logger.info("No Cache File Preset at the Moment!") + logger.info("No Cache File Present at the Moment!") if not os.path.exists(cache_update): last_update_check = datetime.datetime.now().strftime("%Y-%m-%d") with open(cache_update, mode="w", encoding="utf-8") as f: