Skip to content

Commit 5887eb5

Browse files
committed
Update CSV link
1 parent 2a6c7d3 commit 5887eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issues_by_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# to read private organisation members. Otherwise only public are read.
3333
GITHUB_TOKEN = os.environ["GITHUB_TOOLS_TOKEN"]
3434

35-
URL = "https://raw.githubusercontent.com/python/devguide/main/core-developers/developers.csv"
35+
URL = "https://raw.githubusercontent.com/python/devguide/main/core-team/core-team.csv"
3636

3737

3838
class Author(NamedTuple):

0 commit comments

Comments
 (0)