mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 01:10:40 +00:00
Update umid_parser.py
This commit is contained in:
@@ -7,7 +7,7 @@ class UMIDParser:
|
||||
|
||||
This implementation is based on SMPTE ST 330:2011
|
||||
"""
|
||||
def __init__(self, raw_umid : bytearray):
|
||||
def __init__(self, raw_umid: bytearray):
|
||||
self.raw_umid = raw_umid
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user