mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 01:40:42 +00:00
Fixed dumb bug with stream reading
This commit is contained in:
@@ -75,8 +75,7 @@ class WavInfoReader:
|
|||||||
self.get_wav_info(path)
|
self.get_wav_info(path)
|
||||||
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