fix: 修复获取标签信息报错问题
This commit is contained in:
parent
a3140ff23a
commit
b3255a17ce
@ -593,7 +593,7 @@ def _to_utf8(v):
|
|||||||
return ts
|
return ts
|
||||||
return old_ts
|
return old_ts
|
||||||
elif isinstance(v, list):
|
elif isinstance(v, list):
|
||||||
return "".join(v)
|
return "".join(str(item) for item in v)
|
||||||
return str(v)
|
return str(v)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user