This commit is contained in:
Eric Lay 2024-03-27 18:52:11 -05:00
parent b5d4901c32
commit d1f7c1db63
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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