From 2f592338fef6220e224f03c512af49c78a5d3ea6 Mon Sep 17 00:00:00 2001 From: Chrys Date: Sun, 25 Aug 2019 20:50:43 +0200 Subject: [PATCH] make device list available in plug trigger --- .../commands/onPlugInputDevice/50000-plugSound.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py index 3ac6b82d..d01fd39f 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py @@ -13,7 +13,6 @@ class command(): def initialize(self, environment): self.env = environment self.lastTime = time.time() - self.tempDisable = False def shutdown(self): pass def getDescription(self):