diff options
author | 2018-03-29 22:39:07 +0100 | |
---|---|---|
committer | 2018-03-29 22:39:07 +0100 | |
commit | 430b5d23a82e81add12fce46a2e8e67ac6cfb7db (patch) | |
tree | a0cf9eb8f76cbe57e5da3ee5d35da79bb6bbbdea /pysite/route_manager.py | |
parent | Fix error routing and more work on static files (diff) |
More convenient static_file() function for templates
Diffstat (limited to 'pysite/route_manager.py')
-rw-r--r-- | pysite/route_manager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/route_manager.py b/pysite/route_manager.py index 488c596f..f8bd705b 100644 --- a/pysite/route_manager.py +++ b/pysite/route_manager.py @@ -71,7 +71,6 @@ class RouteManager: self.app.register_blueprint(sub_blueprint) except Exception: logging.getLogger(__name__).exception(f"Failed to register blueprint for subdomain: {sub}") - # exit(1) # Load the websockets self.ws_blueprint = Blueprint("ws", __name__) |