Skip to content

Commit

Permalink
Disable debug on sample client
Browse files Browse the repository at this point in the history
  • Loading branch information
the-glu committed Jan 26, 2014
1 parent e26c7fa commit e5f81fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/httpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def ipn():
return ''

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

0 comments on commit e5f81fd

Please sign in to comment.