mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 21:54:05 +02:00
Small change to comment on testing platform
This commit is contained in:
@@ -133,12 +133,11 @@ def generate_contents(platform="all"):
|
||||
f"**{format_stars(stars)}**" if stars is not None else ""
|
||||
)
|
||||
# repo_path = extract_repo_path(link)
|
||||
# stars_badge = f"" if repo_path else ""
|
||||
md_output += f"| [{name}]({link}){attribute_tags}{property_tags} | {description} | {app_platforms} | {stars_formatted} |\n"
|
||||
md_output += "\n"
|
||||
return md_output
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# For testing, default to 'all' platforms
|
||||
# For testing, default to all platforms
|
||||
print(generate_contents("all"))
|
||||
|
||||
Reference in New Issue
Block a user