mirror of https://gitlab.com/bashrc2/epicyon
Remove return
parent
e03243b148
commit
12da6d6d4a
|
@ -3855,7 +3855,6 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
if timeDiff > 100:
|
if timeDiff > 100:
|
||||||
print('TIMING INDIV ' + boxName + ' 2.1 = ' + str(timeDiff))
|
print('TIMING INDIV ' + boxName + ' 2.1 = ' + str(timeDiff))
|
||||||
|
|
||||||
return postHtml
|
|
||||||
updateAvatarImageCache(session, baseDir, httpPrefix,
|
updateAvatarImageCache(session, baseDir, httpPrefix,
|
||||||
postActor, avatarUrl, personCache)
|
postActor, avatarUrl, personCache)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue