renamed supps.json to inventory.json

This commit is contained in:
2024-02-03 22:55:58 +01:00
parent bc4b1cfbab
commit 14e6439d8b
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import tomllib
import typing as t
ORDERED_SUPPS_FP = pl.Path("supps.json")
ORDERED_SUPPS_FP = pl.Path("inventory.json")
SUPP_CONSUMPTION_FP = pl.Path("supps.toml")