mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Don't include information beta's in the version JSON
This commit is contained in:
@@ -37,6 +37,7 @@ def parse_latest_ios_versions(rss_feed_text):
|
||||
print("Skipping beta release:", title)
|
||||
continue
|
||||
|
||||
release_info.pop("beta")
|
||||
latest_ios_versions.append(release_info)
|
||||
|
||||
return latest_ios_versions
|
||||
|
||||
Reference in New Issue
Block a user