removed unnecessary characters for wifi SSID

This commit is contained in:
Justin 2022-03-03 01:09:38 +08:00 committed by GitHub
parent 7343d9405c
commit dfd47c1c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ def index():
message_settings = json.load(open('csv/message_settings.json', 'r'))
general_settings = json.load(open('csv/general_settings.json', 'r'))
api_keys = api_key2[1]
wifi_SSID = wifiline[5]
wifi_SSID = wifiline[5][6:].replace('"','')
templateData = {