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):
|
async def stop(self, cleanup=True):
|
||||||
try:
|
try:
|
||||||
self.server.stop()
|
await self.server.stop()
|
||||||
finally:
|
finally:
|
||||||
cleanup and self.cleanup()
|
cleanup and self.cleanup()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue