mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix previous commit
This commit is contained in:
parent
2962c63001
commit
e3fc19c48c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ import random, socket, ast, re, ssl
|
||||||
import threading, traceback, sys, time, json, Queue
|
import threading, traceback, sys, time, json, Queue
|
||||||
|
|
||||||
from version import ELECTRUM_VERSION, PROTOCOL_VERSION
|
from version import ELECTRUM_VERSION, PROTOCOL_VERSION
|
||||||
from util import print_error
|
from util import print_error, print_msg
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 5
|
DEFAULT_TIMEOUT = 5
|
||||||
|
@ -376,6 +376,7 @@ class Interface(threading.Thread):
|
||||||
self.servers = {} # actual list from IRC
|
self.servers = {} # actual list from IRC
|
||||||
self.rtime = 0
|
self.rtime = 0
|
||||||
self.bytes_received = 0
|
self.bytes_received = 0
|
||||||
|
self.is_connected = False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue