aboutsummaryrefslogtreecommitdiff
path: root/ckandumper
diff options
context:
space:
mode:
Diffstat (limited to 'ckandumper')
-rwxr-xr-xckandumper3
1 files changed, 0 insertions, 3 deletions
diff --git a/ckandumper b/ckandumper
index 21a922b..3a02ded 100755
--- a/ckandumper
+++ b/ckandumper
@@ -39,9 +39,6 @@ class DownloadMultiple:
raise FileNotFoundError('Wget not found in path ' + wget_bin + '; please install it first.')
else:
result = subprocess.check_call(wget_bin + ' --help', stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, shell=True)
- #result = subprocess.call(wget_bin + ' --help', shell=True, stdout='/dev/null', stderr='/dev/null')
- #if result == 127:
- # raise FileNotFoundError('Wget not found in path ' + wget_bin + '; please install it first.')
self.limit_rate = limit_rate
self.limit_concurrent = asyncio.Semaphore(int(limit_concurrent))