mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
Keystroke editor dialog is showed even if config has changed
This commit is contained in:
@@ -130,6 +130,10 @@ class URLStream(object):
|
||||
self.stream.play()
|
||||
log.debug("played")
|
||||
|
||||
def stop_audio(self):
|
||||
if hasattr(self, "stream") and self.stream.is_playing == True:
|
||||
self.stream.stop()
|
||||
|
||||
@staticmethod
|
||||
def delete_old_tempfiles():
|
||||
for f in glob(os.path.join(tempfile.gettempdir(), 'tmp*.wav')):
|
||||
|
Reference in New Issue
Block a user