Skip to content

Commit

Permalink
Fixed br command bug
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Jan 10, 2023
1 parent dbbd8d4 commit fd82681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bluing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

PKG_NAME = 'bluing'
VERSION = '0.10.0'
VERSION = '0.10.1'
DEBUG_VERSION = ''


Expand Down
2 changes: 1 addition & 1 deletion src/bluing/br/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
address based on the organization name. Need at
least one Ubertooth device
--org=<name> An organization name in the OUI.txt
--timeout=<sec> Timeout in second(s)
--timeout=<sec> Timeout in second(s) [default: 60]
"""


Expand Down

0 comments on commit fd82681

Please sign in to comment.