Fix range of lines about the displays

Signed-off-by: Benoît Allard <benoit.allard@gmx.de>
This commit is contained in:
Benoît Allard
2024-03-29 15:08:07 +01:00
committed by GitHub
parent 33ff5a0bf8
commit f597bd6d29

View File

@ -237,7 +237,7 @@ def pwnagotchi_cli():
f.write("ui.display.enabled = true\n")
pwn_display_type = input("What display do you use?\n\n"
"Be sure to check for the correct display type @ \n"
"https://github.com/jayofelony/pwnagotchi/blob/master/pwnagotchi/utils.py#L240-L431\n\n"
"https://github.com/jayofelony/pwnagotchi/blob/master/pwnagotchi/utils.py#L240-L501\n\n"
"Display type: ")
if pwn_display_type != "":
f.write(f"ui.display.type = \"{pwn_display_type}\"\n")