diff --git a/core_database.py b/core_database.py index 02d671a..b961a1f 100644 --- a/core_database.py +++ b/core_database.py @@ -1,6 +1,6 @@ from tinydb import TinyDB -db = TinyDB("db.json", indent=4) +db = TinyDB("db.json", indent=2, encoding="utf-8", ensure_ascii=False) def get_db():