Fix typo in wizard (#1836)

This commit is contained in:
Thomas Dietrich 2021-05-28 03:34:54 +02:00 committed by GitHub
parent 387f249363
commit 482a3aebc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ def wizard(path):
safe_print(
"First, what's the "
+ color(Fore.GREEN, "SSID")
+ f" (the name) of the WiFi network {name} I should connect to?"
+ f" (the name) of the WiFi network {name} should connect to?"
)
sleep(1.5)
safe_print('For example "{}".'.format(color(Fore.BOLD_WHITE, "Abraham Linksys")))