| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 47baea9 commit 6d062e7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ def list_buckets(project_id, access_token): | |||
| 51 | 51 | 'project': project_id | |
| 52 | 52 | } | |
| 53 | 53 | headers = { | |
| 54 | - 'Authentication': 'Bearer {}'.format(access_token) | ||
| 54 | + 'Authorization': 'Bearer {}'.format(access_token) | ||
| 55 | 55 | } | |
| 56 | 56 | ||
| 57 | 57 | r = requests.get(url, params=params, headers=headers) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments