事件分析标签分组项
This commit is contained in:
parent
e6735e8dfa
commit
f4442cdcb4
@ -394,6 +394,9 @@ async def event_model(
|
||||
gb = []
|
||||
if '(' in gitem:
|
||||
gitem = gitem.strip('(').strip(')').replace(' ', '').replace("'", '')
|
||||
if isinstance(gitem,list):
|
||||
true_list = gitem
|
||||
else:
|
||||
true_list = gitem.split(',')
|
||||
for gstr in true_list:
|
||||
gb.append(gstr)
|
||||
|
Loading…
Reference in New Issue
Block a user