forked from LBRYCommunity/lbry-sdk
await self.server.stop()
This commit is contained in:
parent
7092f40701
commit
a16495d06f
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class SPVNode:
|
|||
|
||||
async def stop(self, cleanup=True):
|
||||
try:
|
||||
self.server.stop()
|
||||
await self.server.stop()
|
||||
finally:
|
||||
cleanup and self.cleanup()
|
||||
|
||||
|
|
Loading…
Reference in a new issue