console_conf: unbreak LoginView

This commit is contained in:
Dimitri John Ledkov 2019-08-08 15:01:43 +01:00
parent 962fd3ebd3
commit dfab5563c1
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ log = logging.getLogger("subiquitycore.views.login")
class LoginView(BaseView):
title = "Ubuntu Core"
def __init__(self, opts, model, controller, netdevs):
self.opts = opts
self.model = model