mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-14 10:48:51 +01:00
commit
2577d0b534
@ -621,8 +621,8 @@ class WifiList(Page):
|
|||||||
for i in wicd_wirelss_encrypt_pwd:
|
for i in wicd_wirelss_encrypt_pwd:
|
||||||
if "preshared_key" in i:
|
if "preshared_key" in i:
|
||||||
if i["preshared_key"] != None:
|
if i["preshared_key"] != None:
|
||||||
if len(i["preshared_key"]) > 0:
|
if len(str(i["preshared_key"])) > 0:
|
||||||
thepass = i["preshared_key"]
|
thepass = str(i["preshared_key"])
|
||||||
break
|
break
|
||||||
|
|
||||||
myvars.PasswordPage.SetPassword(thepass)
|
myvars.PasswordPage.SetPassword(thepass)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user