LitterBox v3.0.1

This commit is contained in:
BlackSnufkin
2025-05-21 01:24:06 -07:00
parent fe896192fe
commit 927cf2b049
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -85,7 +85,7 @@ class Utils:
# Load MalAPI data from JSON file
try:
with open(self.config['utils']['malapi_path'], "r") as f:
with open(self.config['utils']['malapi_path'], "r", encoding="utf-8") as f:
malapi_data = json.loads(f.read())
except Exception as e:
print(f"Error loading MalAPI database: {e}")