Skip to content

Commit 369ada8

Browse files
authored
[skip ci] Update fetch-sponsors.py
1 parent 90377a0 commit 369ada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-sponsors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def save_sponsors_to_file(sponsors_data, filename="meta/sponsors.json"):
5656
print(sponsors_data)
5757
os.makedirs(os.path.dirname(filename), exist_ok=True)
5858
with open(filename, "w") as f:
59-
json.dump(sponsors, f, indent=2)
59+
json.dump(sponsors_data, f, indent=2)
6060

6161
def fetch_sponsors(github_token, login):
6262
headers = {

0 commit comments

Comments
 (0)