From 14e6439d8bed0797cc8bf1ab68624135d85a4004 Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Sat, 3 Feb 2024 22:55:58 +0100 Subject: [PATCH] renamed supps.json to inventory.json --- supps.json => inventory.json | 0 src/sup/main.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename supps.json => inventory.json (100%) diff --git a/supps.json b/inventory.json similarity index 100% rename from supps.json rename to inventory.json diff --git a/src/sup/main.py b/src/sup/main.py index 3ec31b0..cfe89cc 100644 --- a/src/sup/main.py +++ b/src/sup/main.py @@ -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")