@@ -38,4 +38,4 @@ if DEBUG:
app.logger.info('ASSETS_ROOT = ' + app_config.ASSETS_ROOT )
if __name__ == "__main__":
- app.run(port=5005)
+ app.run()