mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge branch 'master' of github.com:spesmilo/electrum
This commit is contained in:
commit
3a6734385c
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@ class WalletVerifier(threading.Thread):
|
|||
return
|
||||
|
||||
try:
|
||||
import urllib
|
||||
import urllib, socket
|
||||
socket.setdefaulttimeout(30)
|
||||
print_error("downloading ", self.headers_url )
|
||||
urllib.urlretrieve(self.headers_url, filename)
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue