Skip to content

Commit

Permalink
chore: main menu number option
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamTownsley committed Jan 2, 2025
1 parent 0ab70c6 commit edbef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main_menu(stdscr):
],
["4", "Toggle RFID Scanner", rfid_reader.start],
["5", "Toggle Web Interface", toggle_api_status],
["7", "View RFID Logs", rfid_util.view_rfid_logs],
["6", "View RFID Logs", rfid_util.view_rfid_logs],
["q", "Quit", curses.endwin],
]
curses.curs_set(0)
Expand Down

0 comments on commit edbef77

Please sign in to comment.