fix typo
This commit is contained in:
parent
471b05aa82
commit
b044da0417
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
from microblog import My_Html_Parser
|
from microblog import My_Html_Parser
|
||||||
# from html.parser import HTMLParser
|
# from html.parser import HTMLParser
|
||||||
from html import escape
|
from html import escape
|
||||||
@ -35,7 +34,7 @@ def line2words(lines, limit):
|
|||||||
output.append("...")
|
output.append("...")
|
||||||
return output
|
return output
|
||||||
|
|
||||||
# this is similar tot he markup function in microblog
|
# this is similar to the markup function in microblog
|
||||||
def enrich_msg(lines, is_atom=True):
|
def enrich_msg(lines, is_atom=True):
|
||||||
if not is_atom:
|
if not is_atom:
|
||||||
return lines
|
return lines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user