Skip to content

Commit

Permalink
dates
Browse files Browse the repository at this point in the history
Signed-off-by: Facundo Guerrero <[email protected]>
  • Loading branch information
Facundo Guerrero committed Oct 25, 2019
1 parent 8d253a0 commit a605859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/queue_followers/FollowersQueueService.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ def add_followers_to_be_updated(self, timedelta=48):
def add_not_updated_followers_2(self):
self.logger.info(
f'Adding not updated followers.')
self.add_followers_to_be_updated(60)
self.add_followers_to_be_updated(85)

def add_not_updated_followers_1(self):
self.logger.info(
f'Adding not updated followers.')
self.add_followers_to_be_updated(70)
self.add_followers_to_be_updated(95)

def add_last_downloaded_followers(self):
self.logger.info('Adding last downloaded followers')
Expand Down

0 comments on commit a605859

Please sign in to comment.