fix cli shutdown error

This commit is contained in:
Jack Robison 2018-10-19 10:51:03 -04:00
parent 56506984f8
commit c5265f053e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
__name__ = "aioupnp"
__author__ = "Jack Robison"
__maintainer__ = "Jack Robison"

View file

@ -382,7 +382,6 @@ class UPnP:
wrapper = lambda : None
loop.run_until_complete(wrapper())
loop.close()
try:
result = fut.result()
except UPnPError as err: