CLIController.py
branchpython3
changeset 3750 f62625418bff
parent 3619 f75b11506fb2
child 3775 5780e7c13fd8
--- a/CLIController.py	Mon Mar 27 10:19:14 2023 +0200
+++ b/CLIController.py	Fri Oct 28 12:39:15 2022 +0800
@@ -117,7 +117,7 @@
         new_messages = []
         if connector:
             for level, count, prev in zip(
-                xrange(LogLevelsCount), log_count, self.previous_log_count):
+                range(LogLevelsCount), log_count, self.previous_log_count):
                 if count is not None and prev != count:
                     if prev is None:
                         dump_end = max(-1, count - 10)