mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Merge branch 'master' of gitorious.org:electrum/electrum
This commit is contained in:
commit
cd89cb760e
1 changed files with 2 additions and 0 deletions
|
@ -530,6 +530,8 @@ if __name__ == '__main__':
|
|||
request = "('stop','%s')#"%config.get('server','password')
|
||||
elif cmd == 'h':
|
||||
request = "('h','%s')#"%sys.argv[2]
|
||||
elif cmd == 'b':
|
||||
request = "('b','')#"
|
||||
|
||||
s = socket.socket( socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.connect((config.get('server','host'), config.getint('server','port')))
|
||||
|
|
Loading…
Add table
Reference in a new issue