1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 16:20:05 +02: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.'
)
command = parser.parse_args(args)
reject_stdin(__command__)
if not sys.stdin.isatty():
stdin_raw_text = sys.stdin.read()