Skip to content

Commit

Permalink
Testing Heroku.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalimaha committed Feb 9, 2016
1 parent 53981ad commit 3233b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def run_engine(host): # pragma: no cover
RootREST(host, True) # pragma: no cover

if __name__ == '__main__': # pragma: no cover
run_engine('localhost') # pragma: no cover
run_engine('0.0.0.0') # pragma: no cover

0 comments on commit 3233b80

Please sign in to comment.