Reverse direction

main
Bob Mottram 2019-12-17 10:04:55 +00:00
parent 3203cffb99
commit c560466068
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ def htmlHashtagSearch(nickname: str,domain: str,port: int, \
iconsDir+'/pageup.png" title="'+translate['Page up']+ \
'" alt="'+translate['Page up']+'"></a></center>'
index=startIndex
while index>=endIndex:
while index<endIndex:
postId=lines[index].strip('\n')
if ' ' not in postId:
nickname=getNicknameFromActor(postId)