Merge pull request #42 from cankaya07/master

fixed reserved keywords for mariadb.
pull/56/head
Pavel Loginov 2018-09-26 20:54:15 +06:00 committed by GitHub
commit 5244945eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -286,4 +286,4 @@ def update_all_silent():
if __name__ == "__main__":
create_table()
update_all()

View File

@ -1233,4 +1233,4 @@ if form.getvalue('updatetoken') is not None:
if form.getvalue('updatesettings') is not None:
print('Content-type: text/html\n')
update_setting(form.getvalue('updatesettings'), form.getvalue('val') )
update_setting(form.getvalue('updatesettings'), form.getvalue('val') )