sfdfsd
This commit is contained in:
parent
a08abfc592
commit
335caf2f0d
1 changed files with 2 additions and 2 deletions
|
@ -398,8 +398,8 @@ def get_post_title(v):
|
|||
|
||||
title = soup.find('title')
|
||||
if not title: abort(400)
|
||||
|
||||
return {"url": url, "title": soup.find('title').string}
|
||||
|
||||
return {"url": url, "title": title.string}
|
||||
|
||||
|
||||
def archiveorg(url):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue