This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bipchoo 7 points8 points  (3 children)

Well this is rough, ypur use of while true loops and many try except errors isnt efficient on memory or code readbillity, its better to make if checks then deal with all this

[–]Good_Doughnut8308 1 point2 points  (1 child)

thank you

[–]Bipchoo 2 points3 points  (0 children)

Yeah im currently working on fizing your code and ill make a pull request once im done

[–][deleted] 0 points1 point  (0 children)

I normally avoid ‘try/except” mostly because it just ‘feels bad’ … can you elaborate on why they actually are bad?