1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

fix archivebox remove rejecting stdin patterns

This commit is contained in:
Nick Sweeting 2019-04-22 13:19:47 -04:00
parent 39a0ab3013
commit f489dd96a9

View file

@ -60,7 +60,6 @@ def main(args=None):
help='URLs matching this filter pattern will be removed from the index.' help='URLs matching this filter pattern will be removed from the index.'
) )
command = parser.parse_args(args) command = parser.parse_args(args)
reject_stdin(__command__)
if not sys.stdin.isatty(): if not sys.stdin.isatty():
stdin_raw_text = sys.stdin.read() stdin_raw_text = sys.stdin.read()