Script execution

This commit is contained in:
gac-S_Changer
2017-07-10 17:09:19 +02:00
parent 1439865f76
commit 66f5772435

View File

@@ -57,7 +57,7 @@ class Puck:
return "unipuck"
if math.hypot(x-self.led_mini[0], y-self.led_mini[1]) <= LED_TOLERANCE:
return "minispine"
return N one
return None