We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4041bb commit 5f58fdaCopy full SHA for 5f58fda
1 file changed
src/labthings_fastapi/server/__init__.py
@@ -84,7 +84,8 @@ def __init__(
84
settings will be saved.
85
:param application_config: A mapping containing custom configuration for the
86
application. This is not processed by LabThings. Each `.Thing` can access
87
- this via their ``application_config`` attribute
+ application. This is not processed by LabThings. Each `.Thing` can access
88
+ this via the Thing-Server interface.
89
"""
90
self.startup_failure: dict | None = None
91
configure_thing_logger() # Note: this is safe to call multiple times.
0 commit comments