Closed adrian-pace closed 6 years ago
the following line doesn't work if main_authors = 1 (if there is only the admin writing) len(main_authors) - 1
Yes, if there is only one paragraph, it can't alternate, then we return 0, i'll fix it, thanks for pointing it out
no, I meant if len(main_authors) = 1, you divide by zero so it throws an error
the following line doesn't work if main_authors = 1 (if there is only the admin writing) len(main_authors) - 1