removed debugs

This commit is contained in:
Benjamyn Love 2020-10-12 21:30:17 +11:00
parent f7720d7409
commit 69a2658300

View File

@ -21,7 +21,6 @@ else:
domain = config['VARS']['domain'] domain = config['VARS']['domain']
secret = config['VARS']['secret'] secret = config['VARS']['secret']
print(domain, secret)
# Functions # Functions
@ -83,5 +82,5 @@ def page_not_found(error):
return "File not found", 404 return "File not found", 404
# if __name__ == '__main__': if __name__ == '__main__':
# app.run(host='0.0.0.0') app.run(host='0.0.0.0')