mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
fix #778
This commit is contained in:
parent
28df27fba2
commit
1ee4af8686
1 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,8 @@ class Network(threading.Thread):
|
|||
self.on_header(i, response)
|
||||
elif method == 'server.peers.subscribe':
|
||||
self.on_peers(i, response)
|
||||
elif method == 'server.banner':
|
||||
self.on_banner(i, response)
|
||||
|
||||
def process_requests_thread(self):
|
||||
while self.is_running():
|
||||
|
|
Loading…
Add table
Reference in a new issue