Made bootstrap local

This commit is contained in:
2020-07-19 18:35:43 +03:00
parent a9fd9cb522
commit 92f142fe90
3 changed files with 9 additions and 7 deletions

1
app.py
View File

@@ -129,4 +129,5 @@ def delete_cred(id):
if __name__ == "__main__":
#app.run(debug=True, host='0.0.0.0', port=80)
app.run(debug=True)