mirror of https://gitlab.com/bashrc2/epicyon
Define link variable
parent
2443561fa6
commit
4c13bcf9d8
|
@ -265,6 +265,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
if timeDiff > 100:
|
if timeDiff > 100:
|
||||||
print('TIMING INDIV ' + boxName + ' 7 = ' + str(timeDiff))
|
print('TIMING INDIV ' + boxName + ' 7 = ' + str(timeDiff))
|
||||||
|
|
||||||
|
avatarLink = ''
|
||||||
if '/users/news/' not in avatarUrl:
|
if '/users/news/' not in avatarUrl:
|
||||||
avatarLink = ' <a class="imageAnchor" href="' + postActor + '">'
|
avatarLink = ' <a class="imageAnchor" href="' + postActor + '">'
|
||||||
avatarLink += \
|
avatarLink += \
|
||||||
|
|
Loading…
Reference in New Issue