removed debugs
This commit is contained in:
parent
f7720d7409
commit
69a2658300
@ -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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user