Skip to content

Commit

Permalink
added fare sort
Browse files Browse the repository at this point in the history
  • Loading branch information
DyuthiVivek committed Aug 2, 2023
1 parent c3c05a3 commit a92bec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bus-booking-system/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ def show_bus(f5):
+ str(e2.get())
+ '" and r.s_id>s.s_id'
)
data = sorted(data, key = lamdba l:l[4])
f6 = Frame(f5)
f6.grid(row=5, column=0, columnspan=10, pady=20)
Label(f6, text="Select BUS ", font=("Arial", 15), fg="light green").grid(
Expand Down

0 comments on commit a92bec2

Please sign in to comment.