본문 바로가기
SW 프로그래밍/파이썬

파이썬 에러

by N2info 2020. 3. 26.

"IndentationError: unindent does not match any outer indentation level"   : 들여쓰기 에러임

try:
	dcap = frame[0:48, 0:508] #Crop from {x, y, w, h } => {0, 0, 300, 400}
 except :  # 2칸부터 시작  에러 발생  --> 1칸부터 시작하도록
	continue  # pass?