[fix] small bugs

This commit is contained in:
alban 2020-09-29 18:02:45 +02:00
parent 71bcd8ba68
commit e6aa595b4b
2 changed files with 17 additions and 11 deletions

View file

@ -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 ):