Increment follow counter

main
Bob Mottram 2021-01-29 21:34:08 +00:00
parent 9195e57c13
commit bdfeb8f993
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ def _addMention(wordStr: str, httpPrefix: str, following: str, petnames: str,
followCtr = 0
for follow in following:
if '@' not in follow:
followCtr += 1
continue
pet = petnames[followCtr].replace('\n', '')
if pet: