not sure, but maybe line 58 except IndexError: should be at the same indentation level as line 55 try:, because dont try and except go together in a way? so just select lines 58 to 60 (inclusive), and pres shift-tab two times (except should be at the same line as try); maybe that could solve it...?
please help, it wont work ive tried every indent level
hi!
not sure, but maybe line 58
except IndexError:
should be at the same indentation level as line 55try:
, because donttry
andexcept
go together in a way? so just select lines 58 to 60 (inclusive), and presshift-tab
two times (except
should be at the same line astry
); maybe that could solve it...?