Skip to content

Commit

Permalink
print if activating v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyken committed Feb 8, 2024
1 parent ba08568 commit 20dc2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidlplus/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def activate_coupons(args):
continue
if datetime.fromisoformat(validity["end"]) < datetime.now(timezone.utc):
continue
print("activating coupon: ", coupon["title"])
print("activating coupon v1: ", coupon["title"])
lidl_plus.activate_coupon_promotion_v1(coupon["promotionId"])
i += 1
print(f"Activated {i} coupons")
Expand Down

0 comments on commit 20dc2b2

Please sign in to comment.