Skip to content

Commit e59c2fc

Browse files
committed
fix error in README GetHostname has a Name attribute
1 parent 8e83cbd commit e59c2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Get information from your camera
4848

4949
# Get Hostname
5050
resp = mycam.devicemgmt.GetHostname()
51-
print 'My camera`s hostname: ' + str(resp.Hostname)
51+
print 'My camera`s hostname: ' + str(resp.Name)
5252

5353
# Get system date and time
5454
dt = mycam.devicemgmt.GetSystemDateAndTime()

0 commit comments

Comments
 (0)