From 0e15d8e3c044437278b7941ac732ee1febb9d91e Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 29 Jun 2021 12:51:19 -0400 Subject: [PATCH] Working on post and post_comment --- app/methods/post_methods.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/methods/post_methods.py b/app/methods/post_methods.py index fb05bd5..9b7ae77 100644 --- a/app/methods/post_methods.py +++ b/app/methods/post_methods.py @@ -224,6 +224,8 @@ def get_post_rec_list( if archive_on: data['archive_on'] = archive_on sql_archive_on = 'AND tbl.archive_on >= :archive_on' + else: + sql_archive_on = '' if limit: data['limit'] = limit