Skip to content

Commit

Permalink
fixed tab problem again
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldbales committed May 7, 2015
1 parent fc29053 commit b58060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piface.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ def retract_white_reference_arm(self, relay_no):
def is_raining(self, relay_no):
print "PiFace.retract_white_reference_arm()..."
result = pifacedigitalio.digital_read(relay_no)
if result = 1:
if result == 1:
return True
return False

0 comments on commit b58060e

Please sign in to comment.