Skip to content

Commit c898e91

Browse files
committed
Fix update_contributors.py
1 parent 482bbdc commit c898e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_contributors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CONTRIBUTORS_URL = "http://api.github.com/repos/RustPython/RustPython/contributors"
66
CONTRIBUTORS_FILE = os.path.join(
7-
os.path.dirname(__file__), "website/_data/contributors.json"
7+
os.path.dirname(__file__), "_data/contributors.json"
88
)
99

1010
contributors = json.load(urlopen(CONTRIBUTORS_URL))

0 commit comments

Comments
 (0)