mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Fixed dumb bug with stream reading
This commit is contained in:
@@ -76,7 +76,6 @@ class WavInfoReader:
|
|||||||
self.url = 'about:blank'
|
self.url = 'about:blank'
|
||||||
self.path = repr(path)
|
self.path = repr(path)
|
||||||
|
|
||||||
self.get_wav_info(path)
|
|
||||||
else:
|
else:
|
||||||
absolute_path = os.path.abspath(path)
|
absolute_path = os.path.abspath(path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user