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

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