diff --git a/app/shop.py b/app/shop.py index bf5aeab8..686d1a54 100644 --- a/app/shop.py +++ b/app/shop.py @@ -23,7 +23,7 @@ def prints_receipt(self, product_cart: dict, cust_name: str) -> None: f"for {product_total} dollars\n") print(f"Date: " - f"{datetime.datetime.now().strftime("%d/%m/%Y %H:%M:%S")}\n" + f'{datetime.datetime.now().strftime("%d/%m/%Y %H:%M:%S")}\n' f"Thanks, {cust_name}, for your purchase!\n" f"You have bought:\n" f"{purchases_info}"