Not filtering empty followers array
This commit is contained in:
pare
45d795e947
commit
d1889eea98
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -90,7 +90,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
post_text += f"locals: {local_followers} ({local_incr})\nremots: {remote_followers} ({remote_incr})\n"
|
post_text += f"locals: {local_followers} ({local_incr})\nremots: {remote_followers} ({remote_incr})\n"
|
||||||
|
|
||||||
if unfollowers != None:
|
if unfollowers != []:
|
||||||
|
|
||||||
post_text += f'\nJa no et segueix:\n'
|
post_text += f'\nJa no et segueix:\n'
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència