BG image URL changed

This commit is contained in:
John Edgar Park 2018-03-10 17:26:00 -08:00
parent c30c78ebb7
commit bdf115c127

View file

@ -178,7 +178,7 @@ def download_image():
# this says where to save image, and where to get it # this says where to save image, and where to get it
led.value = False led.value = False
layout.write('curl -o ~/Desktop/hackimage.jpg https://www.adafruit.com/includes/templates/adafruit2013//images/adabox/adabox_logo_black.png') layout.write('curl -o ~/Desktop/hackimage.jpg https://cdn-learn.adafruit.com/assets/assets/000/051/840/original/hacks_foulFowl.jpg')
time.sleep(pause) time.sleep(pause)
kbd.press(Keycode.ENTER) kbd.press(Keycode.ENTER)
led.value = True led.value = True