mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
f39825a80f
commit
06474686cf
|
@ -2144,7 +2144,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
||||||
# extract the image url from the post
|
# extract the image url from the post
|
||||||
imageUrl=currTlStr.split('<img src="')[1]
|
imageUrl=currTlStr.split('<img src="')[1]
|
||||||
imageUrl=imageUrl.split('"')[0]
|
imageUrl=imageUrl.split('"')[0]
|
||||||
currValue=imaegUrl
|
currValue=imageUrl
|
||||||
else:
|
else:
|
||||||
currValue=currTlStr
|
currValue=currTlStr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue