Fix some code that isn't valid
This commit is contained in:
parent
bd737f6779
commit
b0566da72d
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
|
||||
|
||||
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
|
||||
# Supports subdomains and .bit on the end
|
||||
|
|
Loading…
Reference in a new issue