None
This commit is contained in:
parent
8d8f81db98
commit
89e8c8a340
4 changed files with 22 additions and 22 deletions
|
@ -1482,7 +1482,7 @@ def api_pin_post(post_id, v):
|
|||
@auth_required
|
||||
def get_post_title(v):
|
||||
|
||||
url = request.values.get("url", None)
|
||||
url = request.values.get("url")
|
||||
if not url: abort(400)
|
||||
|
||||
try: x = requests.get(url, headers=titleheaders, timeout=5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue