google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
165 stars 61 forks source link

static_url_path should be modified to '' #195

Closed pierre94 closed 6 years ago

pierre94 commented 6 years ago

I should run app by

cd ctfscoreboard;
python main.py

not in python console

from scoreboard import main
app = main.get_app()
app.run(debug=True)