Skip to content

Commit 4515462

Browse files
committed
cleaners
1 parent af1b81b commit 4515462

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/cleaners.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
help="Delete data from the 'files' collection in mongo that is no longer needed.",
7070
action="store_true",
7171
)
72-
# TODo move to start-end
7372
parser.add_argument(
7473
"-drs",
7574
"--delete-range",
@@ -84,13 +83,11 @@
8483
action="store_true",
8584
required=False,
8685
)
87-
# ToDo
88-
parser.add_argument("-bt", "--before-time", help="Manage all pending jobs before X..", action="store", required=False)
8986
parser.add_argument(
9087
"-cmc",
9188
"--cleanup-mongo-calls",
9289
help="Manage all pending jobs before time range",
93-
action="store_true",
90+
action="store",
9491
required=False,
9592
)
9693
args = parser.parse_args()

0 commit comments

Comments
 (0)