Skip to content

Commit 00cf833

Browse files
author
Tim Vaillancourt
committed
fixing error for 1 vs 3 args that signal() causes
1 parent 8180815 commit 00cf833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Oplog/Tail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def connection(self):
5858
def stop(self):
5959
self._stop.set()
6060

61-
def close(self):
61+
def close(self, code=None, frame=None):
6262
return self.stop()
6363

6464
def stopped(self):

0 commit comments

Comments
 (0)