1
0
Fork 0

fix comment

This commit is contained in:
Peter McGoron 2021-06-01 12:16:10 -04:00
parent 0d1679c723
commit f42cd98bec
1 changed files with 1 additions and 3 deletions

View File

@ -154,9 +154,7 @@ class SerComm:
s = self.get_or_to()
if s != "RAMPING":
raise Exception(f"DAC reported an error: {s}")
"""TODO:
two timeouts? one for the time, and another every 200msec
"""
# Todo: two timesouts?
GLib.timeout_add(200, self.RAMP_callback, None)
def refresh(self, _):