fix non-deactivating error
This commit is contained in:
parent
df33dcd00c
commit
c45c6992ae
8 changed files with 18 additions and 13 deletions
|
|
@ -26,7 +26,7 @@ class GewobagHandler(BaseHandler):
|
|||
logger.warning(f"[GEWOBAG] Listing is down (404): {listing['link']}")
|
||||
result["success"] = False
|
||||
result["message"] = "Listing is no longer available (404). Application impossible. Will not retry."
|
||||
result["permanent_fail"] = True
|
||||
result["deactivated"] = True
|
||||
return result
|
||||
|
||||
# Always handle cookies and consent before anything else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue