Skip to content

Commit

Permalink
v1.1 of shoot_image.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkmatterVale committed May 3, 2015
1 parent 17979e3 commit 4a82b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shoot_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def shoot_an_image():
#if shot was successfully taken:
if not stderr:
#download image
download = download_image()
download.download_most_recent_image()

return True
else
Expand Down

0 comments on commit 4a82b8a

Please sign in to comment.