From 73f79d122335cb27586adb221107c83b3b65e863 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 22 Mar 2022 21:58:46 -0400 Subject: Fix #230: Update latest monthly hiring post ids --- haxor_news/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxor_news/settings.py b/haxor_news/settings.py index 144aebf..953ffa7 100644 --- a/haxor_news/settings.py +++ b/haxor_news/settings.py @@ -14,5 +14,5 @@ # language governing permissions and limitations under the License. # Updated monthly, see HackerNewsCli.hiring docstring. -who_is_hiring_post_id = 25632982 -freelancer_post_id = 25632980 +who_is_hiring_post_id = 25989764 +freelancer_post_id = 25989763 -- cgit v1.2.3