Skip to content

Commit

Permalink
issue with the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yinleon committed Dec 20, 2018
1 parent 8bd7538 commit 95466e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urlexpander/core/html_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ def get_webpage_meta(url, headers=constants.headers, **kwargs):
meta = OrderedDict(url = url,
title = _search_webpage_title(text),
description = _search_webpage_description(text),
image_url = _search_webpage_image(text)
image_url = _search_webpage_image(text))
return meta

0 comments on commit 95466e7

Please sign in to comment.