From 4a9d947e6bb5153a59a8760ca4c5bfaa96196710 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 15 Sep 2015 18:14:22 +0100 Subject: [PATCH] Clear status text on Update attempt during cooldown. --- EDMarketConnector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index e1b8ca7b..0583e678 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -237,6 +237,7 @@ class AppWindow: if not retrying: if time() < self.holdofftime: # Was invoked by key while in cooldown + self.status['text'] = '' if play_sound and (self.holdofftime-time()) < companion.holdoff*0.75: hotkeymgr.play_bad() # Don't play sound in first few seconds to prevent repeats return