🐛 groupword 修复文件夹名称错误

This commit is contained in:
xtaodada 2021-06-17 16:27:43 +08:00
parent 2e07eed811
commit ba535f8e31
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ async def group_word(context):
return return
except: except:
return return
image = WordCloud(font_path="plugins/wordcloud/wqy-microhei.ttc", width=800, height=400).generate_from_frequencies( image = WordCloud(font_path="plugins/groupword/wqy-microhei.ttc", width=800, height=400).generate_from_frequencies(
words).to_image() words).to_image()
stream = BytesIO() stream = BytesIO()
image.save(stream, 'PNG') image.save(stream, 'PNG')

View File

@ -512,7 +512,7 @@
}, },
{ {
"name": "groupword", "name": "groupword",
"version": "1.01", "version": "1.02",
"section": "chat", "section": "chat",
"maintainer": "xtaodada", "maintainer": "xtaodada",
"size": "3.32 kb", "size": "3.32 kb",