Updated docstrings and todo
This commit is contained in:
parent
9f259b7f3e
commit
4c5728b182
3 changed files with 21 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue