Skip to content

Commit 0f2f778

Browse files
Update main-script.py
1 parent e7f414a commit 0f2f778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def rewriteContents(old_content, new_content):
6767
if allow_forks:
6868
for project, project_detail in project_data_sorted.items():
6969
newContent.append(
70-
f'\n* [{project}]({project_detail["repo_link"]}) {project_detail["repo_stars"]}, {project_detail["repo_forks"]}🍴 ({project_detail["repo_description"]})')
70+
f'\n* [{project}]({project_detail["repo_link"]}) {project_detail["repo_stars"]}{project_detail["repo_forks"]} forks ({project_detail["repo_description"]})')
7171
else:
7272
for project, project_detail in project_data_sorted.items():
7373
newContent.append(
@@ -81,4 +81,4 @@ def rewriteContents(old_content, new_content):
8181
readmeRepo.update_file(contents.path, "Updating Projects Section",
8282
rewrittenReadme, contents.sha)
8383
else:
84-
print("No change detected in file contents")
84+
print("No change detected in file contents")

0 commit comments

Comments
 (0)