Skip to content

Commit

Permalink
Print On
Browse files Browse the repository at this point in the history
  • Loading branch information
errkk committed Apr 1, 2014
1 parent 0066970 commit 5582233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runwsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

uplift = temp_out - temp_in
if uplift >= UPLIFT_THRESHOLD:
print 'Off {0}'.format(uplift)
print 'On {0}'.format(uplift)
p.turn_on()
else:
print 'Off {0}'.format(uplift)
Expand Down

0 comments on commit 5582233

Please sign in to comment.