This commit is contained in:
wuaho 2021-08-14 11:11:01 +08:00
parent 4e05b9f461
commit a6991c3421

2
app.py
View File

@ -11,7 +11,7 @@ class XProcess(Process):
def __init__(self, partition, lock, ipsearch, log, rdb=None, event_attr=None):
super(XProcess, self).__init__()
self.daemon = True
# self.daemon = True
self.partition = partition
self.lock = lock
self.ipsearch = ipsearch