mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-28 05:05:12 -05:00
feat(backend): ➕ Add Rich for Development Logging
This commit is contained in:
@@ -45,7 +45,6 @@ class MigrationBase(BaseModel):
|
||||
|
||||
@staticmethod
|
||||
def json_reader(json_file: Path) -> dict:
|
||||
print(json_file)
|
||||
with open(json_file, "r") as f:
|
||||
return json.loads(f.read())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user