Skip to content

Commit

Permalink
fix: don't go last page when checking reverved ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Thungghuan committed Oct 8, 2022
1 parent af1e2e7 commit 05407d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def check_reserve(self):
else:
print("没有找到预约的校巴哦")

self.back_main_menu(True)
self.back_main_menu()

def quit(self):
print("88")
Expand Down

0 comments on commit 05407d0

Please sign in to comment.