添加2001 b_N上传方法
This commit is contained in:
parent
afcd600d2b
commit
eac403c3ab
@ -25,8 +25,8 @@ class Mp2shushu():
|
|||||||
result = data['result']
|
result = data['result']
|
||||||
begin = "b_n,b_n_china"
|
begin = "b_n,b_n_china"
|
||||||
text = ""
|
text = ""
|
||||||
for line in result:
|
for key in result.keys():
|
||||||
text += ','.join(line) + '\n'
|
text += f"{key},{result[key]}\n"
|
||||||
result_new = f"{begin}\n{text}"
|
result_new = f"{begin}\n{text}"
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"split {data} failed!", exc_info=True)
|
log.error(f"split {data} failed!", exc_info=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user