Adding score and place to team page, fixing create_app

This commit is contained in:
Kevin Chung
2015-03-08 13:39:22 -04:00
parent f43c695330
commit b4dd54d36a
7 changed files with 46 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
from CTFd import create_app
app = create_app('')
app = create_app()
app.run(debug=True, host="0.0.0.0", port=4000)