Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqiang committed Apr 11, 2018
1 parent 861f5ee commit 80111df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def get_gift_of_storm(self, dic):
"captcha_phrase": "",
"token": "",
"csrf_token": self.dic_bilibili['csrf']}
response1 = self.bili_section_post(storm_url, data=payload, headers=self.dic_bilibili['pcheaders'], timeout=2)
response1 = self.bili_section_post(storm_url, data=payload, headers=self.dic_bilibili['pcheaders'])
return response1
else:
return None
Expand Down

0 comments on commit 80111df

Please sign in to comment.