aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/net.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
committersara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
commit08471e8c172a7132ddb48ee14dc1d0479f6c6f7c (patch)
tree08fa60abaf52f171994b600d8f71b497b9d9642b /src/gui/net.py
parentRicean Part (diff)
downloadFading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.tar.gz
Fading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.zip
littel changes on the flowgraphs and gui
Diffstat (limited to '')
-rw-r--r--src/gui/net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/net.py b/src/gui/net.py
index 820bc84..f35c7f0 100644
--- a/src/gui/net.py
+++ b/src/gui/net.py
@@ -83,7 +83,7 @@ class network_value(udpsource):
self.bind()
def read(self):
- return udpsource.read(self, 1)
+ return udpsource.read(self, 3)
def refresh(self):
self.value = self.read()