From f42cd98bec662df432c3bcb026477d1efb0090ba Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Tue, 1 Jun 2021 12:16:10 -0400 Subject: [PATCH] fix comment --- control_seekat_prototype.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/control_seekat_prototype.py b/control_seekat_prototype.py index dd3a7a0..d22ec1b 100644 --- a/control_seekat_prototype.py +++ b/control_seekat_prototype.py @@ -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, _):