First version with web gui

This commit is contained in:
2020-02-21 08:42:29 +01:00
parent fb54505a40
commit 609d821501
27 changed files with 1298 additions and 36 deletions

2
sql.py
View File

@@ -42,7 +42,7 @@ def insert(query):
conn.close()
if debugsql==True:
logit("SQL Ok")
return {'RESULT': 'OK'}
return str({'RESULT': 'OK'})
except:
if debugsql==True:
logit("SQL Error")