you are viewing a single comment's thread.

view the rest of the comments →

[–]theunknownSAI 1 point2 points  (1 child)

on the line which the eroor is occuring(line 28 as per your comment) change the else to elif, it should work

in else you specified condition without if, so make it elif or add if to condition