Fixed dumb bug with stream reading

This commit is contained in:
Jamie Hardt
2022-12-07 10:39:10 -08:00
parent 4c5754a1b8
commit 3ff62fb345

View File

@@ -75,8 +75,7 @@ class WavInfoReader:
self.get_wav_info(path)
self.url = 'about:blank'
self.path = repr(path)
self.get_wav_info(path)
else:
absolute_path = os.path.abspath(path)