Skip to content

Commit b8628be

Browse files
.
1 parent 3dbdf22 commit b8628be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# noinspection PyStringFormat
1717
class MongodumpThread(Process):
18-
def __init__(self, state, uri, timer, config, base_dir, version, threads=0, dump_gzip=False, oplog_enabled):
18+
def __init__(self, state, uri, timer, config, base_dir, version, threads=0, dump_gzip=False, oplog_enabled=True):
1919
Process.__init__(self)
2020
self.state = state
2121
self.uri = uri

0 commit comments

Comments
 (0)