summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/src/python/plotter/common.py')
-rw-r--r--gr-wxgui/src/python/plotter/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/plotter/common.py b/gr-wxgui/src/python/plotter/common.py
index 4c50cd787..6775b7057 100644
--- a/gr-wxgui/src/python/plotter/common.py
+++ b/gr-wxgui/src/python/plotter/common.py
@@ -115,7 +115,7 @@ class point_label_thread(threading.Thread, mutex):
def run(self):
last_ts = time.time()
last_coor = coor = None
- try:
+ try:
while True:
time.sleep(1.0/30.0)
self.lock()