fix extra time.sleep call

This commit is contained in:
brentru 2019-02-05 13:07:28 -05:00
parent 38121e652b
commit c59025e454

View file

@ -131,6 +131,5 @@ while True:
display.text('Sent!', 100, 20, 1)
display.show()
time.sleep(1)
time.sleep(1)
display.show()