Skip to content

Commit

Permalink
Merge pull request #14 from al4/master
Browse files Browse the repository at this point in the history
Minor fixes prior to v0.0.2 tag
  • Loading branch information
al4 committed Nov 24, 2015
2 parents 6442619 + 71bacd4 commit a76b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///orlo.db'

app.run(host='0.0.0.0', port='5000', debug=True)
app.run(host='0.0.0.0', port=5000, debug=True)

0 comments on commit a76b56c

Please # to comment.