diff options
author | 2018-06-12 22:01:21 +0100 | |
---|---|---|
committer | 2018-06-12 22:01:21 +0100 | |
commit | 662ae38fd95b30bb0d2e9dca69ea55e47aadb62e (patch) | |
tree | 3100e487473ccf9882eafadb2e66fc7b32e97cf5 /pysite/views/wiki/edit.py | |
parent | [Jams] User ID and avatar on approvals page (diff) |
Update GitLab URL
Diffstat (limited to 'pysite/views/wiki/edit.py')
-rw-r--r-- | pysite/views/wiki/edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/wiki/edit.py b/pysite/views/wiki/edit.py index cc121cc6..5f0129c2 100644 --- a/pysite/views/wiki/edit.py +++ b/pysite/views/wiki/edit.py @@ -156,7 +156,7 @@ class EditView(RouteView, DBMixin): headers = { "Authorization": f"token {GITHUB_TOKEN}", - "User-Agent": "Discord Python Wiki (https://gitlab.com/discord-python)" + "User-Agent": "Discord Python Wiki (https://gitlab.com/python-discord)" } gist = requests.post("https://api.github.com/gists", |