We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659ab5 commit 43fd91eCopy full SHA for 43fd91e
Python/logger-rate-limiter.py
@@ -27,3 +27,5 @@ def shouldPrintMessage(self, timestamp, message):
27
self.__dq.append((timestamp, message))
28
self.__printed.add(message)
29
return True
30
+
31
0 commit comments