Taddeus Kroes %!s(int64=5) %!d(string=hai) anos
pai
achega
8dcacb1461
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      parse.py

+ 1 - 1
parse.py

@@ -94,7 +94,7 @@ def detect_block_type(board, x, y):
     if check_bomb():
         for offset in range(DETECT_BOMB_Y_TOLERANCE):
             h, s, v = board.getpixel((x + DETECT_BOMB_X,
-                                    y + DETECT_BOMB_Y + offset))
+                                      y + DETECT_BOMB_Y + offset))
             if s >= MIN_BOMB_SAT:
                 for basic_ty, hexpect in enumerate(BOMB_HUES):
                     if is_hue(h, hexpect):