1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

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

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