allan-avatar1

Results 1 issues of allan-avatar1

hey, great util. thanks. i notice that in follow(self,delay=1.0) there is the following code: ``` if line[-1] in self.line_terminators: line = line[:-1] if line[-1:] == '\r\n' and '\r\n' in self.line_terminators:...