Browse Source

Fix some code that isn't valid

TheNain38 8 years ago
parent
commit
b0566da72d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/disabled-Zeroname-local/domainLookup.py

+ 1 - 1
plugins/disabled-Zeroname-local/domainLookup.py

@@ -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