Make sure to flush json blocks
This commit is contained in:
parent
e18cd667d4
commit
8e1cae68ba
1 changed files with 2 additions and 0 deletions
|
@ -207,9 +207,11 @@ class Netwo:
|
|||
if timeout and time.time() > timeout:
|
||||
netwo_elig["timeoutReached"] = True
|
||||
yield json.dumps(netwo_elig, indent=2)
|
||||
yield "\n"
|
||||
break
|
||||
else:
|
||||
yield json.dumps(netwo_elig, indent=2)
|
||||
yield "\n"
|
||||
|
||||
if netwo_elig["nbOperatorsPending"] > 0:
|
||||
time.sleep(1)
|
||||
|
|
Loading…
Reference in a new issue