increase http client buffer size

This commit is contained in:
Sebastien
2020-02-24 18:00:48 -05:00
parent 5a7a7c9e60
commit d0a086e84b
2 changed files with 16 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ def check_path(path):
except KeyError:
pass
paths[path] = path
winpath =re.sub(r'\\n$',winpath,' ',1)
winpath =path
if not os.path.exists(winpath):
# cache as failed, replace with success if it works