Skip to content

Commit bc7bdae

Browse files
fix sine function
1 parent a4ab051 commit bc7bdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin-ticker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def sine():
4646

4747
microdotphat.show()
4848
time.sleep(0.01)
49-
timer+=0.01
49+
timer+=0.01
5050

5151
timeout = get_timeout()
5252
count = 0

0 commit comments

Comments
 (0)