Skip to content

Commit f8e37aa

Browse files
committed
fix variable name
1 parent 14bc868 commit f8e37aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frames/watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def checkQueue(self):
7878
try:
7979
status = self.q.get(False)
8080
if isinstance(status, FutError):
81-
if isinstance(msg, ExpiredSession):
81+
if isinstance(status, ExpiredSession):
8282
self._errorCount += 3
8383
else:
8484
self._errorCount += 1

0 commit comments

Comments
 (0)