removed bad code
This commit is contained in:
@@ -59,8 +59,6 @@ class Backend:
|
|||||||
)
|
)
|
||||||
log_actions: List[Tuple[LogAction, str]]
|
log_actions: List[Tuple[LogAction, str]]
|
||||||
max_wait_time: float = 10.0
|
max_wait_time: float = 10.0
|
||||||
request_queue = asyncio.Queue()
|
|
||||||
worker_task = asyncio.create_task(_worker())
|
|
||||||
reqnum = -1
|
reqnum = -1
|
||||||
version = VERSION
|
version = VERSION
|
||||||
msg_history = []
|
msg_history = []
|
||||||
|
|||||||
Reference in New Issue
Block a user