mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Merge branch 'master' of git://gitorious.org/electrum/electrum
This commit is contained in:
commit
9c00bdd1ac
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ def client_thread(ipaddr,conn):
|
|||
while 1:
|
||||
d = conn.recv(1024)
|
||||
msg += d
|
||||
if not d:
|
||||
break
|
||||
if d[-1]=='#':
|
||||
break
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue