Update wordcloud.py

This commit is contained in:
Alpherg 2024-09-09 10:35:47 +08:00 committed by GitHub
parent 87cc2f7c73
commit 2a1e8f45f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ async def appendData(tempData):
)
logger=newLogger()
def record_user_input(tempData):
logger.info("写入数据")
logger.info(tempData)
for i in tempData:
text=str(tempData[i])
groupid=i.spilt("/")[0]