mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
syntax error
This commit is contained in:
parent
b7e40fb35c
commit
4f43eec998
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue