[fix] small bugs
This commit is contained in:
parent
71bcd8ba68
commit
e6aa595b4b
2 changed files with 17 additions and 11 deletions
|
|
@ -64,6 +64,7 @@ while True:
|
|||
# Convert to JSON string
|
||||
line = json.dumps( pointsList )
|
||||
debug(name,"Key:{} line:{}".format(key,line))
|
||||
# Output
|
||||
print(line, flush=True);
|
||||
looptime = time.time() - start
|
||||
if( looptime < optimal_looptime ):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue