Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes #148
  • Loading branch information
Madison Bahmer committed Nov 7, 2017
1 parent 3684a9f commit 62be326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/crawling/distributed_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, server, persist, update_int, timeout, retries, logger,
self.ip_update_interval = ip_refresh
self.add_type = add_type
self.add_ip = add_ip
self.item_retires = retries
self.item_retries = retries
self.logger = logger
self.ip_regex = re.compile(ip_regex)
self.backlog_blacklist = backlog_blacklist
Expand Down

0 comments on commit 62be326

Please sign in to comment.