1
This commit is contained in:
parent
4e05b9f461
commit
a6991c3421
2
app.py
2
app.py
@ -11,7 +11,7 @@ class XProcess(Process):
|
|||||||
|
|
||||||
def __init__(self, partition, lock, ipsearch, log, rdb=None, event_attr=None):
|
def __init__(self, partition, lock, ipsearch, log, rdb=None, event_attr=None):
|
||||||
super(XProcess, self).__init__()
|
super(XProcess, self).__init__()
|
||||||
self.daemon = True
|
# self.daemon = True
|
||||||
self.partition = partition
|
self.partition = partition
|
||||||
self.lock = lock
|
self.lock = lock
|
||||||
self.ipsearch = ipsearch
|
self.ipsearch = ipsearch
|
||||||
|
Loading…
Reference in New Issue
Block a user