Skip to content

update __init__.py#219

Open
rendiya wants to merge 1 commit intojoestump:masterfrom
rendiya:patch-1
Open

update __init__.py#219
rendiya wants to merge 1 commit intojoestump:masterfrom
rendiya:patch-1

Conversation

@rendiya
Copy link

@rendiya rendiya commented Oct 20, 2017

fix bug
File "/home/rendiya/Public/pypro/cucakrowo/facebook/venv/lib/python3.5/site-packages/oauth2/init.py", line 493, in sign_request
self['oauth_body_hash'] = base64.b64encode(sha1(str(self.body).decode('utf-8')).digest())
AttributeError: 'str' object has no attribute 'decode'

fix bug 
  File "/home/rendiya/Public/pypro/cucakrowo/facebook/venv/lib/python3.5/site-packages/oauth2/__init__.py", line 493, in sign_request
    self['oauth_body_hash'] = base64.b64encode(sha1(str(self.body).decode('utf-8')).digest())
AttributeError: 'str' object has no attribute 'decode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant