Updated docstrings and todo

This commit is contained in:
Joel Collins 2019-01-08 15:59:47 +00:00
parent 9f259b7f3e
commit 4c5728b182
3 changed files with 21 additions and 4 deletions

View file

@ -26,7 +26,7 @@ class CaptureObject(object):
folder: str='',
fmt: str='') -> None:
"""Create a new StreamObject, to manage capture data."""
# Store a nice ID
self.id = uuid.uuid4().hex
logging.info("Created StreamObject {}".format(self.id))