Update server.py

This commit is contained in:
Justin 2022-06-12 00:01:44 +08:00 committed by GitHub
parent 1433c5bba8
commit 4669911b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,11 @@ def index():
except:
wifi_SSID = ''
try:
wifi_PSK = wifiline[6][5:].replace('"','')
except:
wifi_PSK = ''
templateData = {
'system_info':system_info,