From 811a5804c09406465b2b02eab638c08bf5c4fa7f Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 20 Oct 2020 20:20:28 -0400 Subject: Fix #221: Update latest monthly hiring post ids (#223) --- 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 e15f9ab..2bfff51 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 = 24342498 -freelancer_post_id = 24342497 +who_is_hiring_post_id = 24651639 +freelancer_post_id = 24651638 -- cgit v1.2.3