Commit 31bc2b82 authored by unknown's avatar unknown
Browse files

correct log

parent f2b87f20
...@@ -12,7 +12,7 @@ class Settings: ...@@ -12,7 +12,7 @@ class Settings:
registry = kwargs.get("registry") registry = kwargs.get("registry")
if not registry: if not registry:
self.logger.warning("Registry is not set when calling initializing Building. Calling registry...") self.logger.warning("Registry is not set when initializing Building. Calling registry...")
registry = MaxIcsRegistry.from_env(staging=staging) registry = MaxIcsRegistry.from_env(staging=staging)
building_center_info = registry.get_info("building-knowledge-information-center") building_center_info = registry.get_info("building-knowledge-information-center")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment