pmb.helpers.http: add missing parameter doc (MR 2035)

This commit is contained in:
Alexey Min 2021-06-14 14:57:08 +03:00 committed by Oliver Smith
parent 834cc7f877
commit c5bd07e3ae
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ def download(args, url, prefix, cache=True, loglevel=logging.INFO,
:param url: the http(s) address of to the file to download
:param prefix: for the cache, to make it easier to find (cache files
get a hash of the URL after the prefix)
:param cache: if True, and url is cached, do not download it again
:param loglevel: change to logging.DEBUG to only display the download
message in 'pmbootstrap log', not in stdout. We use
this when downloading many APKINDEX files at once, no