Skip to content

Commit

Permalink
Re-enable pre-release scrape
Browse files Browse the repository at this point in the history
Will see if the DOM is still the same, or if it requires changes...
  • Loading branch information
bskinn authored Mar 21, 2024
1 parent b4c9042 commit 225c25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ def main():
# Pre-release(s) first so that they populate at the head of the
# feed.
# SKIPPED since the prereleases page is currently missing.
# [add_feed_item(fg, extract_pre_info(body)) for body in gen_pre_entries(resp_pre)]
# logger.info("Prereleases added to feed")
logger.info("Pre-releases skipped due to missing python.org pre-release page")
[add_feed_item(fg, extract_pre_info(body)) for body in gen_pre_entries(resp_pre)]
logger.info("Prereleases added to feed")
# logger.info("Pre-releases skipped due to missing python.org pre-release page")

[
add_feed_item(fg, extract_stable_info(li))
Expand Down

0 comments on commit 225c25d

Please sign in to comment.