Each server has its own creds!
This commit is contained in:
Aidaho12
2018-06-24 15:31:28 +06:00
parent 96ed5b6fda
commit 540e9acab1
16 changed files with 446 additions and 90 deletions

View File

@@ -7,6 +7,9 @@ env = Environment(loader=FileSystemLoader('templates/'))
template = env.get_template('ovw.html')
print('Content-type: text/html\n')
if create_db.check_db():
if create_db.create_table():
create_db.update_all()
create_db.update_all_silent()
funct.check_login()