diff --git a/batchdownload/launcher.py b/batchdownload/launcher.py index 02337e9..098e0a9 100644 --- a/batchdownload/launcher.py +++ b/batchdownload/launcher.py @@ -87,7 +87,7 @@ def main(): print 'Resuming download, using directory', wikidir subprocess.call('./dumpgenerator.py --api=%s --xml --images --resume --path=%s' % (wiki, wikidir), shell=True) else: #download from scratch - subprocess.call('./dumpgenerator.py --api=%s --xml --images' % wiki, shell=True) + subprocess.call('./dumpgenerator.py --api=%s --xml --images --delay=1' % wiki, shell=True) started = True #save wikidir now for dirname, dirnames, filenames in os.walk('.'):