mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-09 16:27:53 +05:30
ready to merge
Updated __version__ to 0.4.0a6
This commit is contained in:
parent
e56ff40495
commit
de63113098
@ -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.4.0a5.dev9"
|
__version__ = "0.4.0a6"
|
||||||
|
@ -63,7 +63,7 @@ def any_interface_is_routable():
|
|||||||
logger.debug("Adding temporary config %s", i)
|
logger.debug("Adding temporary config %s", i)
|
||||||
networkd.add_config(i)
|
networkd.add_config(i)
|
||||||
# Then, wait for some time to setup the network.
|
# Then, wait for some time to setup the network.
|
||||||
# This should be replaced by a d-bus wait-for-signal
|
# This can probably be replaced by a d-bus wait-for-signal
|
||||||
# function that timeouts after 10 seconds.
|
# function that timeouts after 10 seconds.
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
routable = networkd.is_routable()
|
routable = networkd.is_routable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user