diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 10:42:11 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 10:42:11 +0200 |
| commit | e6a082bbb784d5ca9c74856eb961541defc295ef (patch) | |
| tree | d8673ae9164c2ece54ee6ea2582aebd0710d891b /tools/projects.py | |
| parent | 9da4314ffaa0fb3ad48c51caadd5d1b5746711a8 (diff) | |
| download | mitjafelicijan.com-e6a082bbb784d5ca9c74856eb961541defc295ef.tar.gz | |
Update projects
Diffstat (limited to 'tools/projects.py')
| -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) |
