sign: Minor comment edit

This commit is contained in:
Srivats P 2017-11-30 19:08:38 +05:30
parent d58b614e67
commit 19c231d7f7

View File

@ -67,9 +67,9 @@ class DroneProxy(object):
os.fsync(f.fileno())
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.
stream_stats = drone.getStreamStatsDict(guid_list)