From 0a3093b41928134f7b077f939fa664454736afe9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 22 May 2019 14:04:28 -0300 Subject: Cleanup --- ckandumper | 3 --- 1 file changed, 3 deletions(-) (limited to 'ckandumper') 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)) -- cgit v1.2.3