1
0

Merge branch 'master' of git://gitorious.org/electrum/electrum

This commit is contained in:
thomasv
2012-03-12 17:55:59 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ if __name__ == '__main__':
if len(sys.argv)>1:
import jsonrpclib
server = jsonrpclib.Server('http://%s:%d'%(host,port))
server = jsonrpclib.Server('http://%s:%s@%s:%d'%(username, password, host, port))
cmd = sys.argv[1]
try: