diff --git a/worker/pcr.py b/worker/pcr.py index 6ea9877..faf35df 100644 --- a/worker/pcr.py +++ b/worker/pcr.py @@ -73,7 +73,7 @@ class Ans(StdAns): # 'SL':1 } - nowdata['all_player'][str(self.gid)] = player + nowdata['all_player'][str(self.uid)] = player self.DATASET({'data':json.dumps(nowdata)}) return '[CQ:at,qq=' + str(self.uid) + ']' + '游戏id设置为 ' + nickname