From 71d51b9933facbf4378b6cf0351ef94e25158999 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 8 Nov 2020 19:09:13 -0500 Subject: [PATCH] Fix #224: Update latest monthly hiring post ids (#226) --- 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 2bfff51..cf26d79 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 = 24651639 -freelancer_post_id = 24651638 +who_is_hiring_post_id = 24969524 +freelancer_post_id = 24969523