main2
Bob Mottram 2019-09-30 17:19:04 +01:00
parent f39825a80f
commit 06474686cf
1 changed files with 1 additions and 1 deletions

View File

@ -2144,7 +2144,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
# extract the image url from the post
imageUrl=currTlStr.split('<img src="')[1]
imageUrl=imageUrl.split('"')[0]
currValue=imaegUrl
currValue=imageUrl
else:
currValue=currTlStr