Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 69762de

Browse files
authored
Merge pull request #95 from waider/upstream
self.mac_address should be self._mac_address
2 parents 3079212 + cd73d29 commit 69762de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goprocam/GoProCamera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def whichCam(self):
185185
self.power_on(self._mac_address)
186186
time.sleep(5)
187187
except timeout:
188-
self.power_on(self.mac_address)
188+
self.power_on(self._mac_address)
189189
time.sleep(5)
190190
response = urllib.request.urlopen('http://' + self.ip_addr + '/camera/cv',timeout=5).read()
191191
if b"Hero3" in response:

0 commit comments

Comments
 (0)