Skip to content

Commit f838105

Browse files
committed
Add missing space
1 parent 24e4191 commit f838105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async def set_accept_join_request(self, state: bool) -> bool:
199199
if self._network is None or not self._network.is_running:
200200
raise StickError(
201201
"Cannot accept joining node"
202-
+ "without node discovery be activated. Call discover() first."
202+
+ " without node discovery be activated. Call discover() first."
203203
)
204204

205205
# Observation: joining is only temporarily possible after a HA (re)start or

0 commit comments

Comments
 (0)