dwalton76 / rubiks-cube-tracker

Given an image of a rubiks cube, find the RGB value for each square.
MIT License
130 stars 37 forks source link

Typo? #7

Closed felixcreate closed 2 years ago

felixcreate commented 2 years ago

Is line 1307 in __init__.py supposed to be elif con.row_index == row_index + 1: instead of elif con.row_index == row_index - 1:?

dwalton76 commented 2 years ago

Nice find! Will fix it

dwalton76 commented 2 years ago

Fixed