We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3458531 commit 772f9deCopy full SHA for 772f9de
cogs/utils/github.py
@@ -12,7 +12,6 @@ def check_for_updates(version):
12
return False
13
14
def changelog():
15
- # Use text media_type: https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types
16
headers = {
17
"Accept": "application/vnd.github.v3.text+json",
18
}
0 commit comments