File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def rewriteContents(old_content, new_content):
6767if 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" ]} )' )
7171else :
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 )
8383else :
84- print ("No change detected in file contents" )
84+ print ("No change detected in file contents" )
You can’t perform that action at this time.
0 commit comments