fix import
This commit is contained in:
parent
d09907dfa5
commit
2a657c6cc6
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
import pdb
|
import pdb
|
||||||
|
|
||||||
from mitmproxy import ctx, Flow
|
from mitmproxy import ctx
|
||||||
|
from mitmproxy.flow import Flow
|
||||||
import threading
|
import threading
|
||||||
from queue import Queue, Empty
|
from queue import Queue, Empty
|
||||||
import time
|
import time
|
||||||
|
@ -143,7 +144,6 @@ The network thread communicates with the bigsnitch plugin using zeromq.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class NetworkThread(threading.Thread):
|
class NetworkThread(threading.Thread):
|
||||||
def __init__(self, name, queue):
|
def __init__(self, name, queue):
|
||||||
threading.Thread.__init__(self)
|
threading.Thread.__init__(self)
|
||||||
|
|
Loading…
Reference in a new issue