syntax error

This commit is contained in:
rimu 2024-02-05 16:23:42 +13:00
parent b7e40fb35c
commit 4f43eec998

View file

@ -655,7 +655,7 @@ def parse_page(page_url, tags_to_search = KNOWN_OPENGRAPH_TAGS, fallback_tags =
# read the html from the page
response = get_request(page_url)
if response.status_code is not 200:
if response.status_code != 200:
return False
# set up beautiful soup