Python help me #2

Megoldva... :DD
Sziasztok!

python2.7-ről váltottam 3.-ra ééés háát ezt a hibát kapom:

File "matrixtemp.py", line 73
print("Low fényerő")
^
TabError: inconsistent use of tabs and spaces in indentation

Program részlet:
def hofok(n, block_orientation, rotate):
serial = spi(port=0, device=0, gpio=noop())
device = max7219(serial, cascaded=8, block_orientation=-90 , rotate=rotate)
if ((now.hour + 1) < 9 or (now.hour + 1) > 19):
device.contrast(1)
print("Low fényerő")
print("Hofok")
msg = "Hofok: " + str(temp_C) + " C"
print(msg)
show_message(device, msg, fill="white", font=proportional(CP437_FONT))
time.sleep(1)

Mi változott a két verzió között? (jóóó tudom,hogy sok minden na... :P )
A tabolás is változott? :F :F

Tovább a fórumba.