Skip to content

Commit

Permalink
Merge branch 'spirillen-patch-1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 29, 2023
2 parents f06a2ad + a9a1e55 commit a88106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFunceble/checker/availability/extras/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
(self.switch_to_down_if_status_code, 410),
self.handle_wordpress_dot_com,
],
r"\.weebly\.com$": [(self.switch_to_down_if_status_code, 404)],
r"\.weebly\.com$": [(self.switch_to_down_if_status_code, {"404", "406"})],
}

if PyFunceble.facility.ConfigLoader.is_already_loaded():
Expand Down

0 comments on commit a88106c

Please sign in to comment.