We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4675b7 commit 776a8b8Copy full SHA for 776a8b8
safeeyes/__main__.py
@@ -111,7 +111,7 @@ def main():
111
args = parser.parse_args()
112
113
# Initialize the logging
114
- utility.intialize_logging(args.debug)
+ utility.initialize_logging(args.debug)
115
utility.initialize_platform()
116
config = Config()
117
safeeyes/utility.py
@@ -515,7 +515,7 @@ def replace_style_sheet():
515
os.chmod(STYLE_SHEET_PATH, 0o777)
516
517
518
-def intialize_logging(debug):
+def initialize_logging(debug):
519
"""
520
Initialize the logging framework using the Safe Eyes specific configurations.
521
0 commit comments