From 54c572258c314d4c93019c7625f0affcec07f528 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:46:40 +0100 Subject: [PATCH] fix tty --- archivers/base_archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/base_archiver.py b/archivers/base_archiver.py index 96e0fbf..40ad861 100644 --- a/archivers/base_archiver.py +++ b/archivers/base_archiver.py @@ -215,7 +215,7 @@ class Archiver(ABC): cmd = [ "docker", "run", "-v", f"{browsertrix_home}:/crawls/", - "-it", + # "-it", # this leads to "the input device is not a TTY" "webrecorder/browsertrix-crawler", "crawl", "--url", url, "--scopeType", "page",