From be1e438c3130d25ebd3225da622828966c8bf2e0 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 13 Aug 2020 21:38:59 -0400 Subject: Fix #216: Update latest monthly hiring post ids (#218) --- 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 d995512..f374e43 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 = 23379196 -freelancer_post_id = 23379195 +who_is_hiring_post_id = 23702122 +freelancer_post_id = 23702121 -- cgit v1.2.3