Skip to content

Commit

Permalink
modules.admin: shngAdmin v0.8.17 Implemented load logics from editor …
Browse files Browse the repository at this point in the history
…page after it has been unloaded due to error (Code is in the last commit)
  • Loading branch information
msinn committed Jul 25, 2023
1 parent 204136c commit 485573a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ def register_service(self, app, pluginname, conf, pluginclass='', instance='', d
'Pluginname': pluginname, 'Instance': instance, 'Conf': conf,
'Description': description}
self.logger.info("self._services['{}'] = {}".format(service_key, self._services[service_key]))

if len(self._hostmap_services) > 0:
conf['/']['request.dispatch'] = cherrypy.dispatch.VirtualHost(**self._hostmap_services)

Expand Down

0 comments on commit 485573a

Please sign in to comment.