Skip to content

Commit

Permalink
Update data_collection/gazette/spiders/base/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Araujo <[email protected]>
Signed-off-by: Juliana Trevine <[email protected]>
  • Loading branch information
trevineju and Gab0 authored Nov 1, 2024
1 parent bddb832 commit 26903ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, start_date="", end_date="", *args, **kwargs):
raise NotConfigured("Please set a value for `TERRITORY_ID`")

if not hasattr(self, "allowed_domains"):
raise NotConfigured("Please set a value for `allowed_domains`)
raise NotConfigured("Please set a value for `allowed_domains`")

if start_date:
try:
Expand Down

0 comments on commit 26903ed

Please sign in to comment.