mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix archivebox remove rejecting stdin patterns
This commit is contained in:
parent
39a0ab3013
commit
f489dd96a9
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue