mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
python: flush output buffer in communicate()
This commit is contained in:
parent
43a8964fe7
commit
7b62f10f12
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class SendThread(Thread):
|
||||||
sample = Sample(ts, values)
|
sample = Sample(ts, values)
|
||||||
|
|
||||||
sys.stdout.write(str(sample) + '\n')
|
sys.stdout.write(str(sample) + '\n')
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
self.sequence += 1
|
self.sequence += 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue