diff --git a/app/create_db.py b/app/create_db.py index 4f5f09ff..717b7164 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -286,4 +286,4 @@ def update_all_silent(): if __name__ == "__main__": create_table() update_all() - \ No newline at end of file + diff --git a/app/sql.py b/app/sql.py index 37ddc8e1..ce4a5f70 100644 --- a/app/sql.py +++ b/app/sql.py @@ -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') ) \ No newline at end of file + update_setting(form.getvalue('updatesettings'), form.getvalue('val') )