Skip to content

Commit

Permalink
Reverting another testing change inadvertantly pulled in
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Dec 11, 2024
1 parent a6041a5 commit 835e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cct_connector/ServiceAlertAugmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def __init__(self, minio_read_name=FIXED_SA_NAME, minio_write_name=AUGMENTED_SA_
use_cached_values=False, stage_cache_salt=AUGMENTER_SALT, index_col=ID_COL)

# all data is reverse sorted
self.data = self.get_data_from_minio().sort_values(by=['publish_date'], ascending=False).head(10)
self.data = self.get_data_from_minio().sort_values(by=['publish_date'], ascending=False)

# if there aren't new values, take some undrafted ones from the cache
less_than_limit = DRAFT_LIMIT - self.data.shape[0]
Expand Down

0 comments on commit 835e065

Please sign in to comment.