diff --git a/db.py b/db.py index abc5a5c..d1de9f5 100644 --- a/db.py +++ b/db.py @@ -36,7 +36,7 @@ class Utils: return default return main_dict.get(key, default) -class ClutterDB: +class JSONx: def __init__(self, path_to_json: str): self.path_to_json = path_to_json