Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mightqxc committed Jul 18, 2023
1 parent b7ad513 commit 620a4b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pandaharvester/commit_timestamp.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
timestamp = "18-07-2023 14:50:29 on flin (by mightqxc)"
timestamp = "18-07-2023 14:53:35 on flin (by mightqxc)"
1 change: 0 additions & 1 deletion pandaharvester/harvestercore/queue_config_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 620a4b5

Please sign in to comment.