mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-25 08:01:47 +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
|
# In case you forgot to change the version, skip the number
|
||||||
# and put the next number in the next commit.
|
# 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:
|
try:
|
||||||
notify("STATUS=Setting up mesh...")
|
notify("STATUS=Setting up mesh...")
|
||||||
|
# This is a terrible hack to fix #21. See the issue for more details
|
||||||
|
time.sleep(2)
|
||||||
iwd = IWD()
|
iwd = IWD()
|
||||||
devices = iwd.get_devices()
|
devices = iwd.get_devices()
|
||||||
adhoc_devices = []
|
adhoc_devices = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user