diff --git a/jupyterq_licensemgr/jupyterq_licensemgr/__init__.py b/jupyterq_licensemgr/jupyterq_licensemgr/__init__.py index 7c2ee97..ad27330 100644 --- a/jupyterq_licensemgr/jupyterq_licensemgr/__init__.py +++ b/jupyterq_licensemgr/jupyterq_licensemgr/__init__.py @@ -55,7 +55,7 @@ def get(self): elif status == "host": result['action'] = "license" result['info'] = "Wrong hostname on license" - elif status == "kc.lic" or status == "k4.lic" or status == 'detected and no license found.': # no license, or corrupt license + elif status == "kc.lic" or status == "k4.lic" or status == 'detected and no license found.' or status == 'licence error: kc.lic' or status == 'licence error: k4.lic': # no license, or corrupt license result['action'] = "license" result['info'] = "Unlicensed workstation" elif status == "ok":