diff options
Diffstat (limited to 'src/pybind/mgr/rest/module.py')
-rw-r--r-- | src/pybind/mgr/rest/module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/rest/module.py b/src/pybind/mgr/rest/module.py index f72b7ce30e4..77a38f54d6e 100644 --- a/src/pybind/mgr/rest/module.py +++ b/src/pybind/mgr/rest/module.py @@ -156,7 +156,7 @@ class Module(MgrModule): return [self._auth_cls()] def shutdown(self): - cherrypy.engine.stop() + cherrypy.engine.exit() def serve(self): self.keys = self._load_keys() |