diff --git a/app/main.py b/app/main.py index 0c2cbe50..add3eba1 100644 --- a/app/main.py +++ b/app/main.py @@ -37,7 +37,7 @@ def shop_trip() -> None: print(f"{customer.name} rides to {best_shop.name}\n") customer.make_purchase(best_shop, fuel_price) - print(f"Date: {datetime.now().strftime("%m/%d/%Y %H:%M:%S")}") + print(f"Date: {datetime.now().strftime('%m/%d/%Y %H:%M:%S')}") print(f"Thanks, {customer.name}, for your purchase!") print("You have bought:") total_price = 0