Skip to content

Commit f5c1047

Browse files
committed
Request Issues from upstream BlackPythonDevs/blackpythondevs.github.io
1 parent 61b5023 commit f5c1047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_conferences/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
auth = Auth.Token(TOKEN)
1313
g = Github(auth=auth)
1414

15-
repo = g.get_repo("oleksis/blackpythondevs.com")
15+
repo = g.get_repo("BlackPythonDevs/blackpythondevs.github.io")
1616
open_issues = repo.get_issues(state="open", labels=["conference"])
1717

1818
markdownContent = ""

0 commit comments

Comments
 (0)