Remove return

merge-requests/8/head
Bob Mottram 2020-08-28 23:39:17 +01:00
parent e03243b148
commit 12da6d6d4a
1 changed files with 0 additions and 1 deletions

View File

@ -3855,7 +3855,6 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
if timeDiff > 100:
print('TIMING INDIV ' + boxName + ' 2.1 = ' + str(timeDiff))
return postHtml
updateAvatarImageCache(session, baseDir, httpPrefix,
postActor, avatarUrl, personCache)