Skip to content

Commit

Permalink
fix: app runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 24, 2014
1 parent fa85483 commit 59c51ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/niquery
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
import sys
from niquery.app import main
from niquery.app import app

sys.exit(main())
sys.exit(app.run(host=app.config['HOST'], port=app.config['PORT']))

0 comments on commit 59c51ab

Please sign in to comment.