Skip to content

Commit 5f58fda

Browse files
Update src/labthings_fastapi/server/__init__.py
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
1 parent f4041bb commit 5f58fda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/labthings_fastapi/server/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def __init__(
8484
settings will be saved.
8585
:param application_config: A mapping containing custom configuration for the
8686
application. This is not processed by LabThings. Each `.Thing` can access
87-
this via their ``application_config`` attribute
87+
application. This is not processed by LabThings. Each `.Thing` can access
88+
this via the Thing-Server interface.
8889
"""
8990
self.startup_failure: dict | None = None
9091
configure_thing_logger() # Note: this is safe to call multiple times.

0 commit comments

Comments
 (0)