From 620a4b51f45db663237aa68a98c1ec58f0f3371e Mon Sep 17 00:00:00 2001 From: mightqxc Date: Tue, 18 Jul 2023 16:53:35 +0200 Subject: [PATCH] fix --- pandaharvester/commit_timestamp.py | 2 +- pandaharvester/harvestercore/queue_config_mapper.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pandaharvester/commit_timestamp.py b/pandaharvester/commit_timestamp.py index 22992519..87a1c3b8 100644 --- a/pandaharvester/commit_timestamp.py +++ b/pandaharvester/commit_timestamp.py @@ -1 +1 @@ -timestamp = "18-07-2023 14:50:29 on flin (by mightqxc)" +timestamp = "18-07-2023 14:53:35 on flin (by mightqxc)" diff --git a/pandaharvester/harvestercore/queue_config_mapper.py b/pandaharvester/harvestercore/queue_config_mapper.py index e325700d..42dbb3ee 100644 --- a/pandaharvester/harvestercore/queue_config_mapper.py +++ b/pandaharvester/harvestercore/queue_config_mapper.py @@ -294,7 +294,6 @@ def load_data(self, refill_table=False): # skip if lastCheck is fresh (within checkInterval) if (self.lastCheck is not None and time_now - self.lastCheck < checkInterval_td): - self.lastCheck = time_now return self.lastCheck = time_now # get last_reload_timestamp from DB