Skip to content

Commit

Permalink
blackened
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusShepherd committed May 18, 2023
1 parent 2c8de38 commit 520142e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion board_game_scraper/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ def _schedule_requests(self, spider):
and last_scraped + self.prevent_rescrape_for > curr_time
):
LOGGER.info(
"Dropped <%s>: last scraped %s", user_name, last_scraped
"Dropped <%s>: last scraped %s",
user_name,
last_scraped,
)
continue

Expand Down

0 comments on commit 520142e

Please sign in to comment.