aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/net.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/net.py')
-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()