Remove part of day from remaining code

This commit is contained in:
2025-08-14 12:32:00 +02:00
parent f7f6d23562
commit c3e9c8631d
5 changed files with 6 additions and 46 deletions

View File

@@ -148,7 +148,6 @@ def step4():
food_item_id=item.id,
user_id=current_user.id,
amount=form.amount.data,
part_of_day=0,
date_=datetime.strptime(
session["selected_date"], "%Y-%m-%d"
).date(),