Merge pull request #403 from TheNain38/patch-1
Fix some code that isn't valid in Zeroname-local
This commit is contained in:
commit
16df4da7d2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def initRpc(config):
|
||||||
|
|
||||||
url = 'http://%(user)s:%(password)s@%(connect)s:%(port)s' % rpc_data
|
url = 'http://%(user)s:%(password)s@%(connect)s:%(port)s' % rpc_data
|
||||||
|
|
||||||
return url, timeout=int(rpc_data['clienttimeout'])
|
return url, int(rpc_data['clienttimeout'])
|
||||||
|
|
||||||
# Either returns domain's address or none if it doesn't exist
|
# Either returns domain's address or none if it doesn't exist
|
||||||
# Supports subdomains and .bit on the end
|
# Supports subdomains and .bit on the end
|
||||||
|
|
Loading…
Reference in a new issue