We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3261e0b commit dc86044Copy full SHA for dc86044
example/test.py
@@ -13,7 +13,7 @@ def main():
13
with open('env/installation_id.key', 'r') as f_installation_id:
14
installation_id = f_installation_id.read()
15
client_secret = private_key
16
- auth = githubapps.AiohttpAuth(app_id, installation_id, client_secret)
+ auth = githubapps.RequestsAuth(app_id, installation_id, client_secret)
17
access_token = auth.get_access_token()
18
19
g = Github(access_token)
0 commit comments