We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfbe15 commit 49ae64fCopy full SHA for 49ae64f
1 file changed
weight_predict/weight_predict.py
@@ -127,10 +127,10 @@ def load_stock_file(file_path: Path = Path("stock.json")):
127
with open(file_path) as file:
128
json_data = json.load(file)
129
130
- slots = list()
131
shelves = list()
132
# Iterate through each shelf
133
for shelf_mac in json_data:
+ slots = list()
134
# Iterate through each slot
135
for slot_i, json_slot in enumerate(json_data[shelf_mac]):
136
0 commit comments