mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 11:19:59 +00:00
Remove part of day from remaining code
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user