Minor fix in the graph logic

This commit is contained in:
fredfortier
2017-09-05 01:15:40 -04:00
parent c4900af088
commit 6a98a937dd
+1 -1
View File
@@ -172,4 +172,4 @@ class LiveGraphClock(object):
# I can't use the "animate" reactive approach here because
# I need to yield from the main loop.
# Workaround: https://stackoverflow.com/a/33050617/814633
plt.pause(0.001)
plt.pause(1)