@ -47,4 +47,4 @@ def index():
return send_from_directory(website_dir, 'index.html')
if __name__ == "__main__":
app.run(debug=True)
app.run()