Fixed bug in fskdemodgui
authordarksidelemm <darksidelemm@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 29 Nov 2016 09:09:14 +0000 (09:09 +0000)
committerdarksidelemm <darksidelemm@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 29 Nov 2016 09:09:14 +0000 (09:09 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2909 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/fskdemodgui.py

index 542c02c6cad988cb2c82743f136cd5090fac2e4b..6ae783a54759bb84140b84596c87dffae2679b6e 100644 (file)
@@ -148,7 +148,7 @@ def update_plots():
 
 timer = pg.QtCore.QTimer()
 timer.timeout.connect(update_plots)
-timer.start(1000/update_rate))
+timer.start(1000/update_rate)
 
 
 # Thread to read from stdin and push into a queue to be processed.