Loading examples/datalogger.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ class DataLogger: self.log.debug("tabledef = {}".format(self.tabledef)) self.list_of_tables = self.getTables(3) self.list_of_tables = self.getTables(socket, 3) self.last_collect = {"ts": None, "NextRecNbr": None} Loading Loading
examples/datalogger.py +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ class DataLogger: self.log.debug("tabledef = {}".format(self.tabledef)) self.list_of_tables = self.getTables(3) self.list_of_tables = self.getTables(socket, 3) self.last_collect = {"ts": None, "NextRecNbr": None} Loading