Skip to content

Commit

Permalink
#91
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqiang committed Mar 31, 2019
1 parent 5b23548 commit e29957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqs/tv_raffle_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def join(user, real_roomid, TV_raffleid):
"roomid": real_roomid,
"raffleId": TV_raffleid,
"type": "Gift",
"csrf_token": ''
"csrf_token": user.dict_bili['csrf']
}

response = await user.bililive_session.request_json('POST', url, data=payload, headers=user.dict_bili['pcheaders'])
Expand Down

0 comments on commit e29957d

Please sign in to comment.