diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/projects.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/projects.py b/tools/projects.py index 2805bf2..bf3c72f 100644 --- a/tools/projects.py +++ b/tools/projects.py | |||
| @@ -135,13 +135,13 @@ def fetch_github_data(): | |||
| 135 | return include_repositories | 135 | return include_repositories |
| 136 | 136 | ||
| 137 | 137 | ||
| 138 | # include_repositories = fetch_github_data() | 138 | include_repositories = fetch_github_data() |
| 139 | 139 | ||
| 140 | # with open("out.json", "w") as json_file: | 140 | # with open("out.json", "w") as json_file: |
| 141 | # json.dump(include_repositories, json_file, indent=4) | 141 | # json.dump(include_repositories, json_file, indent=4) |
| 142 | 142 | ||
| 143 | # generate_markdown_file(include_repositories) | 143 | generate_markdown_file(include_repositories) |
| 144 | 144 | ||
| 145 | with open("out.json", "r") as fp: | 145 | # with open("out.json", "r") as fp: |
| 146 | include_repositories = json.load(fp) | 146 | # include_repositories = json.load(fp) |
| 147 | generate_markdown_file(include_repositories) | 147 | # generate_markdown_file(include_repositories) |
