Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Mar 29, 2022
1 parent 8301e37 commit 089a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

seatData = configData.pop(0)
seatData.strip('\n')
favorSeats = seatData.split()
favorSeats = seatData.split("-")

def send_email(seat_id = None, successful = True):
mailData = configData.pop(0)
Expand Down

0 comments on commit 089a8dc

Please sign in to comment.