@@ -2,7 +2,7 @@ from pathlib import Path
import json
def load_from_json():
"""Load config from JSON file if it exists"""
#Load config from JSON file if it exists
path = Path("data/config.json")
if not path.exists():
return {}
The note is not visible to the blocked user.