Skip to content

Commit

Permalink
Send source link to CKAN
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 26, 2021
1 parent 4054e8e commit 4535609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KerbalStuff/ckan.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def send_to_ckan(mod: Mod) -> None:
'short_description': mod.short_description,
'description': mod.description,
'external_link': mod.external_link,
'source_link': mod.source_link,
'user_url': site_base_url + url_for("profile.view_profile", username=mod.user.username),
'mod_url': site_base_url + url_for('mods.mod', mod_name=mod.name, mod_id=mod.id),
'site_name': site_name,
Expand Down

0 comments on commit 4535609

Please sign in to comment.