mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-09 17:33:12 -05:00
* fix food seeder to use value instead of keys * fix all recipe names being slugified * add helper path utilities * add fix script for database to rename foods * add safe calling for fixes
6 lines
82 B
Python
6 lines
82 B
Python
from pathlib import Path
|
|
|
|
CWD = Path(__file__).parent
|
|
|
|
en_us = CWD / "en-us.json"
|