diff options
-rwxr-xr-x | ckandumper | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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)) |