Skip to content

Commit

Permalink
Update dict_summary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf authored Dec 2, 2024
1 parent 6c280ce commit 284ae15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/dict_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def get_downloadable_files(filebase, tag_download, folder_path):

for file in file_info:
# Generate the URL for the downloadable file
download_url = f"https://github.com/catusf/tudien/releases/tag/{tag_download}/{filebase}.{file['extension']}"
download_url = f"https://github.com/catusf/tudien/releases/download/{tag_download}/{filebase}.{file['extension']}"

download_links.append(download_url)

return download_links
Expand Down

0 comments on commit 284ae15

Please sign in to comment.