Skip to content

Commit

Permalink
Fix error in module reference and add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivor Zhou committed Dec 20, 2017
1 parent d1b66a9 commit 5e1fa83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GoProStream.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def gopro_live():
##
## HTTP GETs the URL that tells the GoPro to start streaming.
##
urllib.request.urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()
urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()
if RECORD:
urlopen("http://10.5.5.9/gp/gpControl/command/shutter?p=1").read()
print("UDP target IP:", UDP_IP)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http==0.2

0 comments on commit 5e1fa83

Please sign in to comment.