Skip to content

Commit dc86044

Browse files
authored
Update test.py
1 parent 3261e0b commit dc86044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main():
1313
with open('env/installation_id.key', 'r') as f_installation_id:
1414
installation_id = f_installation_id.read()
1515
client_secret = private_key
16-
auth = githubapps.AiohttpAuth(app_id, installation_id, client_secret)
16+
auth = githubapps.RequestsAuth(app_id, installation_id, client_secret)
1717
access_token = auth.get_access_token()
1818

1919
g = Github(access_token)

0 commit comments

Comments
 (0)