diff options
author | 2018-06-07 16:34:59 +0100 | |
---|---|---|
committer | 2018-06-07 16:34:59 +0100 | |
commit | c5d8157670ea2b7f448fc41ca790b25c03a4bedb (patch) | |
tree | 428bb0f210b9094d6d147cd2c20144de5c1e8b2e /pysite/views/wiki/edit.py | |
parent | [CI] Add deployment env and cache .gem (diff) |
Replace GitHub with GitLab across the project
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 f6f61272..cc121cc6 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://github.com/discord-python)" + "User-Agent": "Discord Python Wiki (https://gitlab.com/discord-python)" } gist = requests.post("https://api.github.com/gists", |