fix cli shutdown error
This commit is contained in:
parent
56506984f8
commit
c5265f053e
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.0.2"
|
__version__ = "0.0.3"
|
||||||
__name__ = "aioupnp"
|
__name__ = "aioupnp"
|
||||||
__author__ = "Jack Robison"
|
__author__ = "Jack Robison"
|
||||||
__maintainer__ = "Jack Robison"
|
__maintainer__ = "Jack Robison"
|
||||||
|
|
|
@ -382,7 +382,6 @@ class UPnP:
|
||||||
wrapper = lambda : None
|
wrapper = lambda : None
|
||||||
|
|
||||||
loop.run_until_complete(wrapper())
|
loop.run_until_complete(wrapper())
|
||||||
loop.close()
|
|
||||||
try:
|
try:
|
||||||
result = fut.result()
|
result = fut.result()
|
||||||
except UPnPError as err:
|
except UPnPError as err:
|
||||||
|
|
Loading…
Reference in a new issue