sign: Minor comment edit
This commit is contained in:
parent
d58b614e67
commit
19c231d7f7
@ -67,9 +67,9 @@ class DroneProxy(object):
|
|||||||
os.fsync(f.fileno())
|
os.fsync(f.fileno())
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
def getStreamStatsDict(self, stream_guid_list): # FIXME: rename?
|
def getStreamStatsDict(self, stream_guid_list):
|
||||||
"""
|
"""
|
||||||
Convenience method for fetching stream stats which returns an object
|
Convenience method for fetching stream stats. Returns an object
|
||||||
containing port/sguid dictionaries for easier access e.g.
|
containing port/sguid dictionaries for easier access e.g.
|
||||||
|
|
||||||
stream_stats = drone.getStreamStatsDict(guid_list)
|
stream_stats = drone.getStreamStatsDict(guid_list)
|
||||||
|
Loading…
Reference in New Issue
Block a user