Skip to content

Commit

Permalink
refactor(auto-readme/regen_readme_in_batch): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Mar 30, 2024
1 parent 2a55e79 commit c2bf5b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/readme_generator/regen_readme_in_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,11 @@ async def regen_readme(repository, branch):


if __name__ == '__main__':
skip = True
apps = json.load(open("../../builds/default/v3/apps.json"))["apps"]

for app, infos in apps.items():
if "github.com" not in infos["git"]["url"]:
continue

if app == "dendrite":
skip = False

if skip:
continue

time.sleep(2)
asyncio.run(regen_readme(infos["git"]["url"].replace("https://github.com/", ""), infos["git"]["branch"]))

0 comments on commit c2bf5b3

Please sign in to comment.