We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9ae6c commit fb661f9Copy full SHA for fb661f9
1 file changed
Dashblock_API/dashblock_learn.py
@@ -47,9 +47,8 @@
47
value = pyportal.fetch()
48
print("Response is", value)
49
int_value = int(value[:4]) # save only first 4 chars and cast to int
50
- print(int_value)
51
if last_value < int_value: # ooh it went up!
52
- print("New follower!")
+ print("New guide!")
53
pyportal.play_file(cwd+"/coin.wav") # make a noise!
54
last_value = int_value
55
except RuntimeError as e:
0 commit comments