There was an error while loading. Please reload this page.
1 parent 9e40781 commit 6a2ddbdCopy full SHA for 6a2ddbd
1 file changed
amplipi/streams/spotify_connect.py
@@ -160,9 +160,7 @@ def _deactivate(self):
160
self.volume_process.communicate()
161
self.volume_process = None
162
163
- if self._fifo is not None:
164
- self._fifo.close()
165
- self._fifo = None
+ self._fifo = None
166
167
if self.proc and self._log_file: # prevent checking _log_file when it may not exist, thanks validation!
168
self._log_file.close()
0 commit comments