From 4f966c5ee2de14bd7b45c77c85cca9edf2e5b78f Mon Sep 17 00:00:00 2001 From: be7a Date: Fri, 23 Apr 2021 22:56:45 +0200 Subject: [PATCH] fix incorrect httpx vs requests replace --- PFERD/pferd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PFERD/pferd.py b/PFERD/pferd.py index 40a74fd..cc58180 100644 --- a/PFERD/pferd.py +++ b/PFERD/pferd.py @@ -153,7 +153,7 @@ class Pferd(Location): password {Optional[str]} -- The SCC password. If none is given, it will prompt the user. (default: {None}) 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}) clean {bool} -- Whether to clean up when the method finishes. timeout {int} -- The download timeout for opencast videos.