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

@@ -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)