Merge pull request #117

Fix range of lines about the displays
This commit is contained in:
Jayofelony
2024-04-01 17:29:10 +02:00
committed by GitHub

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")