From 4f48b6dbc86f75423125c005ed42aeddf8fe4b94 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Aug 2018 20:36:06 -0400 Subject: [PATCH] Fix #138: 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 af10014..637b1e8 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 = 17442187 -freelancer_post_id = 17442188 +who_is_hiring_post_id = 17663077 +freelancer_post_id = 17663078