diff --git a/BAC0/core/functions/Discover.py b/BAC0/core/functions/Discover.py index 24037444..36730c58 100644 --- a/BAC0/core/functions/Discover.py +++ b/BAC0/core/functions/Discover.py @@ -176,9 +176,9 @@ def whois(self, *args, global_broadcast=False): Example:: - whois(global_broadcast=True) # WhoIs broadcast globally. Every device will respond with an IAm - whois('2:5') # WhoIs looking for the device at (Network 2, Address 5) - whois('10 1000') # WhoIs looking for devices in the ID range (10 - 1000) + whois() # WhoIs broadcast globally. Every device will respond with an IAm + whois('2:5') # WhoIs looking for the device at (Network 2, Address 5) + whois('10 1000') # WhoIs looking for devices in the ID range (10 - 1000) """ if not self._started: