Skip to content

Commit 216b1f8

Browse files
committed
fix 4.1 bugs
1 parent 76b850a commit 216b1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def remove_doreset_file():
461461
pass
462462

463463
def align_wifi_config():
464-
if app.bot_config["wifi_ssid"] == "coderbot_CHANGEATFIRSTRUN":
464+
if app.bot_config["wifi_ssid"] == "coderbot_CHANGEMEATFIRSTRUN":
465465
out = os.popen("sudo ./wifi.py getcfg --ssid").read()
466466
if "coderbot_" in out:
467467
app.bot_config["wifi_ssid"] = out.split()[0]

0 commit comments

Comments
 (0)