Update server.py

This commit is contained in:
Justin
2022-06-12 00:01:44 +08:00
committed by GitHub
parent 1433c5bba8
commit 4669911b4a

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 = {