Skip to content

Commit

Permalink
Fix qrcode.show 404 bug. Closes #113
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 29, 2015
1 parent 8624d7e commit d30dd4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wechatpy/client/api/qrcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def show(self, ticket):
"""
if isinstance(ticket, dict):
ticket = ticket['ticket']
ticket = six.moves.urllib.parse.quote(ticket)
return requests.get(
url='https://mp.weixin.qq.com/cgi-bin/showqrcode',
params={
Expand Down

0 comments on commit d30dd4d

Please sign in to comment.