Chore: Corrected some documentation and missing parameters

This commit is contained in:
Donald Zou
2026-04-17 16:09:34 +08:00
parent 98cba45616
commit 456484cf7d
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ import os
class config_utils():
@staticmethod
def search_known_paths() -> tuple[bool, str]:
'''
"""
Look at predefined paths on the filesystem for a config file
'''
"""
possible_config_locations = [
"./config.ini",