diff options
| author | 2021-12-03 11:46:27 +0100 | |
|---|---|---|
| committer | 2021-12-03 11:46:27 +0100 | |
| commit | dc9d503b9f4ddd88b8c848f0f637a0b770ba5625 (patch) | |
| tree | a2df211722fc6df31963ebb52b4249c4bb7b07a2 | |
| parent | Merge pull request #1987 from onerandomusername/remove-unneeded-constant (diff) | |
| parent | Merge branch 'main' into pep-main (diff) | |
Merge pull request #1991 from python-discord/pep-main
Update PEP Repo URL
| -rw-r--r-- | bot/exts/info/pep.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/info/pep.py b/bot/exts/info/pep.py index 259095b50..8c0db18bc 100644 --- a/bot/exts/info/pep.py +++ b/bot/exts/info/pep.py @@ -16,7 +16,7 @@ log = get_logger(__name__)  ICON_URL = "https://www.python.org/static/opengraph-icon-200x200.png"  BASE_PEP_URL = "http://www.python.org/dev/peps/pep-" -PEPS_LISTING_API_URL = "https://api.github.com/repos/python/peps/contents?ref=master" +PEPS_LISTING_API_URL = "https://api.github.com/repos/python/peps/contents?ref=main"  pep_cache = AsyncCache() | 
