Skip to content

Commit fb661f9

Browse files
committed
limor changes, take out print statement
1 parent 4e9ae6c commit fb661f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dashblock_API/dashblock_learn.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
value = pyportal.fetch()
4848
print("Response is", value)
4949
int_value = int(value[:4]) # save only first 4 chars and cast to int
50-
print(int_value)
5150
if last_value < int_value: # ooh it went up!
52-
print("New follower!")
51+
print("New guide!")
5352
pyportal.play_file(cwd+"/coin.wav") # make a noise!
5453
last_value = int_value
5554
except RuntimeError as e:

0 commit comments

Comments
 (0)