Skip to content

Commit

Permalink
wew librarian artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
skytreader committed Mar 28, 2017
1 parent b1f76a4 commit 85d7aba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.py
@@ -1,7 +1,7 @@
import librarian
import main
from config import APP_HOST, APP_PORT, DEVEL

if __name__ == "__main__":
librarian.init_blueprints()
librarian.init_db()
librarian.app.run(host=APP_HOST, port=APP_PORT, debug=DEVEL)
main.init_blueprints()
main.init_db()
main.app.run(host=APP_HOST, port=APP_PORT, debug=DEVEL)

0 comments on commit 85d7aba

Please sign in to comment.