Commit 8158ed1d authored by 张彦钊's avatar 张彦钊

update dairyQueueUpdate file

parent d565fe6a
......@@ -110,7 +110,7 @@ def get_score(queue_arg):
print("获取的日记列表是空")
return False
else:
score_df.rename(columns = {0:"score",1:"cid"})
score_df = score_df.rename(columns = {0:"score",1:"cid"})
print("日记打分表")
print(score_df.head(1))
db.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment