mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix else statement
This commit is contained in:
parent
89a01a6463
commit
c53caecd1e
1 changed files with 2 additions and 1 deletions
|
@ -123,6 +123,7 @@ class Interface(PrintError):
|
|||
os.fsync(f.fileno())
|
||||
break
|
||||
await asyncio.sleep(1)
|
||||
else:
|
||||
assert False, "could not get certificate"
|
||||
|
||||
async def get_certificate(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue