"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue. You can find solutions to many common problems in the [Documentation](): https://reddit-video-maker-bot.netlify.app/"
)
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue. You can find solutions to many common problems in the [Documentation](): https://reddit-video-maker-bot.netlify.app/")
checkversion(__VERSION__)
@ -58,8 +51,7 @@ def main(POST_ID=None) -> None:
defrun_many(times)->None:
forxinrange(1,times+1):
print_step(
f'on the {x}{("th","st","nd","rd","th","th","th","th","th","th")[x%10]} iteration of {times}'
)# correct 1st 2nd 3rd 4th 5th....
f'on the {x}{("th","st","nd","rd","th","th","th","th","th","th")[x%10]} iteration of {times}')# correct 1st 2nd 3rd 4th 5th....
f'on the {index}{("st"ifindex%10==1else("nd"ifindex%10==2else("rd"ifindex%10==3else"th")))} post of {len(config["reddit"]["thread"]["post_id"].split("+"))}'
)
f'on the {index}{("st"ifindex%10==1else("nd"ifindex%10==2else("rd"ifindex%10==3else"th")))} post of {len(config["reddit"]["thread"]["post_id"].split("+"))}')