Skip to content

Commit 1c6a774

Browse files
committed
github != download
1 parent 33c0cdb commit 1c6a774

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## Unreleased
9+
10+
### Changed
11+
- Remove github from download_url
12+
813
## 1.1.0 - 2025-04-25
914

1015
### Added

app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ def render_template(template, dataset):
8383
if not kwargs["download_url"]:
8484
if "download" in urls and urls["download"]:
8585
kwargs["download_url"] = urls["download"]
86-
elif "github" in urls and urls["github"]:
87-
kwargs["download_url"] = urls["github"]
8886

8987
keywords = set(["AIFARMS"])
9088
keywords.update(kwargs.get("keywords", ""))

0 commit comments

Comments
 (0)