failed to get blocks message
This commit is contained in:
parent
db9ed46162
commit
f3c1587d51
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class OnionrCommunicate:
|
||||||
try:
|
try:
|
||||||
r = requests.get(url, headers=headers, proxies=proxies)
|
r = requests.get(url, headers=headers, proxies=proxies)
|
||||||
except requests.exceptions.RequestException:
|
except requests.exceptions.RequestException:
|
||||||
logger.warn("Failed to get blocks")
|
logger.warn(action + " failed with peer " + peer)
|
||||||
return False
|
return False
|
||||||
return r.text
|
return r.text
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue