From 8294e4498858f036a344b06e82f08b834c2a8270 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 21 Apr 2022 22:41:07 -0400 Subject: Fix #232: 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 886cd66..ff8d96d 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 = 26304051 -freelancer_post_id = 26304050 +who_is_hiring_post_id = 26661443 +freelancer_post_id = 26661442 -- cgit v1.2.3