ci issues

This commit is contained in:
msramalho
2026-03-02 17:07:09 +00:00
parent 3cac160cc1
commit 23a88e3cf4
2 changed files with 3 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ class AntibotExtractorEnricher(Extractor, Enricher):
if self.enrich(result):
result.status = "antibot"
return result
return False
def _prepare_user_data_dir(self):
if self.user_data_dir: