From: Michael Tremer Date: Sun, 3 Nov 2024 14:09:38 +0000 (+0000) Subject: web: jobs: Include the default backend X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb400ad36f629b82a2483c831a1e6e8b62abd07;p=pbs.git web: jobs: Include the default backend Signed-off-by: Michael Tremer --- diff --git a/src/web/jobs.py b/src/web/jobs.py index 4396d1ee..f5c8761e 100644 --- a/src/web/jobs.py +++ b/src/web/jobs.py @@ -11,7 +11,7 @@ from . import ui_modules # Setup logging log = logging.getLogger("pbs.web.jobs") -class APIv1ControlHandler(base.APIMixin, tornado.websocket.WebSocketHandler): +class APIv1ControlHandler(base.APIMixin, base.BackendMixin, tornado.websocket.WebSocketHandler): """ Builders connect to this handler when they are running a build.