Python 3 Start
This commit is contained in:
parent
9f029c8ceb
commit
141fe8d80c
67 changed files with 264 additions and 274 deletions
|
@ -20,4 +20,4 @@ def title(inp):
|
|||
if not page_title:
|
||||
return "Could not find title."
|
||||
|
||||
return u"{} [{}]".format(page_title, real_url)
|
||||
return "{} [{}]".format(page_title, real_url)
|
||||
|
|
Reference in a new issue