remove a trace

This commit is contained in:
Jean-Marie Favreau 2024-10-19 13:13:47 +02:00
parent c767067f23
commit 30aafd4979

View File

@ -214,6 +214,7 @@ class TwoStepsExtractor(Extractor):
only_future=True,
ignore_404=True
):
self.only_future = only_future
self.now = datetime.datetime.now().date()
self.set_header(url)
@ -241,7 +242,6 @@ class TwoStepsExtractor(Extractor):
if ignore_404:
logger.error(msg)
else:
print("go")
raise Exception(msg)
else:
# then extract event information from this html document