mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-09 23:12:01 +05:30
added hack to fix #21
This commit is contained in:
parent
6fbebc51bb
commit
270db3cf90
@ -42,4 +42,4 @@ given below.
|
||||
#
|
||||
# In case you forgot to change the version, skip the number
|
||||
# and put the next number in the next commit.
|
||||
__version__ = "0.5.0a1.dev2"
|
||||
__version__ = "0.5.0a1.dev3"
|
||||
|
@ -117,6 +117,8 @@ def setup_devices():
|
||||
"""
|
||||
try:
|
||||
notify("STATUS=Setting up mesh...")
|
||||
# This is a terrible hack to fix #21. See the issue for more details
|
||||
time.sleep(2)
|
||||
iwd = IWD()
|
||||
devices = iwd.get_devices()
|
||||
adhoc_devices = []
|
||||
|
Loading…
Reference in New Issue
Block a user