fix incorrect httpx vs requests replace

This commit is contained in:
be7a 2021-04-23 22:56:45 +02:00
parent 07218e6cab
commit 4f966c5ee2
No known key found for this signature in database
GPG key ID: 6510870A77F49A99

View file

@ -153,7 +153,7 @@ class Pferd(Location):
password {Optional[str]} -- The SCC password. If none is given, it will prompt password {Optional[str]} -- The SCC password. If none is given, it will prompt
the user. (default: {None}) the user. (default: {None})
download_strategy {DownloadStrategy} -- A function to determine which files need to download_strategy {DownloadStrategy} -- A function to determine which files need to
be downloaded. Can save bandwidth and reduce the number of httpx. be downloaded. Can save bandwidth and reduce the number of requests.
(default: {download_modified_or_new}) (default: {download_modified_or_new})
clean {bool} -- Whether to clean up when the method finishes. clean {bool} -- Whether to clean up when the method finishes.
timeout {int} -- The download timeout for opencast videos. timeout {int} -- The download timeout for opencast videos.