Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alter-Sitanshu committed Jun 15, 2024
1 parent fb8dbca commit bffca9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flights/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def priceCheck():
params = customer.initialise(loc=loc, des=des, depart=depart, adults=adults)
price_list = customer.flightSearch(params=params)
if min(price_list)<min_price:
msg = f"Header :DEALS FOUND !!!\n\nDeals available for {des}"
msg = f"Subject :DEALS FOUND !!!\n\nDeals available for {des}"
with smtplib.SMTP('smtp.gmail.com') as connection:
connection.starttls()
connection.login(user=sender, password=app_pass)
Expand Down
Binary file modified pong/__pycache__/game.cpython-312.pyc
Binary file not shown.
Binary file modified snake_game/__pycache__/classes.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion snake_game/highscore.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
77

0 comments on commit bffca9e

Please sign in to comment.