fix oauth2decorator user_agent regression #5007043

This commit is contained in:
Johan Euphrosine
2011-09-13 16:50:35 +02:00
parent 9da2ad89f1
commit 85964c56b3

View File

@@ -584,7 +584,6 @@ class OAuth2WebServerFlow(Flow):
'scope': self.scope,
})
headers = {
'user-agent': self.user_agent,
'content-type': 'application/x-www-form-urlencoded',
}