Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqiang committed Dec 23, 2018
1 parent bbe75ef commit 12ad808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhub/bili_web_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def send_danmu_msg_web(self, msg, roomId):
'msg': msg,
'rnd': '0',
'roomid': int(roomId),
'csrf_token': self.dict_bili['csrf']
'csrf_token': self.dict_bili['csrf'],
'csrf': self.dict_bili['csrf']
}

Expand Down

0 comments on commit 12ad808

Please sign in to comment.