Skip to content

Commit

Permalink
Missed a rename in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martymcguire committed Jan 26, 2017
1 parent 2e7726f commit 29d2452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python

def main():
from micropub_media.app import create_app
from spano.app import create_app
app = create_app()
app.run(debug=True, port=5000)

Expand Down

0 comments on commit 29d2452

Please sign in to comment.