mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
fix archivebox remove rejecting stdin patterns
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user