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,11 +67,11 @@ 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" ]} forks ({ project_detail ["repo_description" ]} )' )
70+ f'\n * [{ project } ]({ project_detail ["repo_link" ]} ) ** { project_detail ["repo_stars" ]} ⭐, { project_detail ["repo_forks" ]} I** forks ({ project_detail ["repo_description" ]} )' )
7171else :
7272 for project , project_detail in project_data_sorted .items ():
7373 newContent .append (
74- f'\n * [{ project } ]({ project_detail ["repo_link" ]} ) { project_detail ["repo_stars" ]} ⭐ ({ project_detail ["repo_description" ]} )' )
74+ f'\n * [{ project } ]({ project_detail ["repo_link" ]} ) ** { project_detail ["repo_stars" ]} ⭐** ({ project_detail ["repo_description" ]} )' )
7575
7676newContent = ' ' .join (newContent )
7777rewrittenReadme = rewriteContents (readme , newContent )
You can’t perform that action at this time.
0 commit comments