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",