Skip to content

Commit

Permalink
Remove the debug marker
Browse files Browse the repository at this point in the history
Helps when you deploy.
  • Loading branch information
olleolleolle committed Oct 19, 2011
1 parent 4d8cc66 commit cae90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mugshots.py
Expand Up @@ -128,4 +128,4 @@ def get_circles():
return render_template('report.html', report=report)

if __name__ == "__main__":
app.run(debug=True)
app.run()

0 comments on commit cae90c8

Please sign in to comment.