from app import app,start_pool if __name__ == "__main__": pool = start_pool() app.run(port=int(os.environ.get('PORT', '8080')))