Commit 8dcacb14 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Indent fix

parent f00b885b
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment