mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 11:19:59 +00:00
Removed old log for new log
This commit is contained in:
@@ -126,10 +126,10 @@ def add_new_post(input: str):
|
||||
print(f"Item exists: {item.barcode} {item.name}")
|
||||
|
||||
# Item added or already present, return to step 3.
|
||||
return redirect(url_for("add_meal_v2.step3", input=input))
|
||||
return redirect(url_for("add_meal_v2.add_existing", input=input))
|
||||
else:
|
||||
print("[DEBUG] Form Invalid")
|
||||
return redirect(url_for("add_meal_v2.step3_alt1", input=input))
|
||||
return redirect(url_for("add_meal_v2.add_new", input=input))
|
||||
|
||||
|
||||
@date_present
|
||||
|
||||
Reference in New Issue
Block a user