Skip to content

Commit

Permalink
Merge pull request #180 from sheanmassey/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay authored Jan 9, 2020
2 parents 65e1476 + b6ee769 commit 17335bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BAC0/core/functions/Discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ def whois(self, *args, global_broadcast=False):
Example::
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)
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)
"""
if not self._started:
Expand Down

0 comments on commit 17335bc

Please sign in to comment.