mirror of https://gitlab.com/bashrc2/epicyon
Increment follow counter
parent
9195e57c13
commit
bdfeb8f993
|
@ -527,6 +527,7 @@ def _addMention(wordStr: str, httpPrefix: str, following: str, petnames: str,
|
||||||
followCtr = 0
|
followCtr = 0
|
||||||
for follow in following:
|
for follow in following:
|
||||||
if '@' not in follow:
|
if '@' not in follow:
|
||||||
|
followCtr += 1
|
||||||
continue
|
continue
|
||||||
pet = petnames[followCtr].replace('\n', '')
|
pet = petnames[followCtr].replace('\n', '')
|
||||||
if pet:
|
if pet:
|
||||||
|
|
Loading…
Reference in New Issue