From 9411c9fec768b2eaad47ae5dd22b31234a219f67 Mon Sep 17 00:00:00 2001 From: akhil_s Date: Sun, 1 Oct 2023 02:33:12 +0530 Subject: [PATCH] a function spelling corrected --- safeeyes/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safeeyes/utility.py b/safeeyes/utility.py index 5b6cadd..e145d4d 100644 --- a/safeeyes/utility.py +++ b/safeeyes/utility.py @@ -515,7 +515,7 @@ def replace_style_sheet(): os.chmod(STYLE_SHEET_PATH, 0o777) -def intialize_logging(debug): +def initialize_logging(debug): """ Initialize the logging framework using the Safe Eyes specific configurations. """