Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
add whitelist arg to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Jan 6, 2021
1 parent 7d831ad commit 4e8bdb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mycroft/util/process_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def start_message_bus_client(service, bus=None, whitelist=None):
Arguments:
service (str): name of the service starting the connection
bus (MessageBusClient): an instance of the Mycroft MessageBusClient
whitelist (list, optional): List of "type" strings. If defined, only
messages in this list will be logged.
Returns:
A connected instance of the MessageBusClient
"""
Expand Down

0 comments on commit 4e8bdb8

Please sign in to comment.