From aa7b440989e55c44f5c54ac2f353fc7188793a45 Mon Sep 17 00:00:00 2001 From: hackrush Date: Mon, 26 Mar 2018 19:43:06 +0530 Subject: [PATCH] Fixed regression in stream_availablity command --- CHANGELOG.md | 1 + lbrynet/daemon/Daemon.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f2bb925..b4f687823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ at anytime. ### Fixed * incorrectly raised download cancelled error for already verified blob files * infinite loop where reflector client keeps trying to send failing blobs, which may be failing because they are invalid and thus will never be successfully received + * regression in `stream_availability` due to error in it's docstring ### Deprecated * diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 7294d44aa..f09c64290 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -3246,7 +3246,7 @@ class Daemon(AuthJSONRPCServer): --uri= : (str) check availability for this uri --search_timeout= : (int) how long to search for peers for the blob in the dht - --search_timeout= : (int) how long to try downloading from a peer + --blob_timeout= : (int) how long to try downloading from a peer Returns: (dict) {