From fca7e0d38d30258d1befd8f359b6be5e397501b9 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Tue, 30 Jan 2018 01:26:54 -0600 Subject: [PATCH] status: fallback to request_age() even if no comment. This was the intention for factory-auto. --- status.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/status.py b/status.py index 02b19172..4224e716 100755 --- a/status.py +++ b/status.py @@ -61,9 +61,6 @@ def check(apiurl, entity, entity_type='group', comment=False, bot=None, # Could check to see that a review has been performed in the last week. return True - if not comment: - return False - all_comment = True for request in requests: kwargs = {}