We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bc868 commit f8e37aaCopy full SHA for f8e37aa
frames/watch.py
@@ -78,7 +78,7 @@ def checkQueue(self):
78
try:
79
status = self.q.get(False)
80
if isinstance(status, FutError):
81
- if isinstance(msg, ExpiredSession):
+ if isinstance(status, ExpiredSession):
82
self._errorCount += 3
83
else:
84
self._errorCount += 1
0 commit comments