Browse Source

Blink the Active text.

bugz 5 years ago
parent
commit
f21e1ae5d2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      flexible.py

+ 1 - 2
flexible.py

@@ -2132,11 +2132,10 @@ class ProxyMenu(object):
 
         self.queue_game.put(box.top())
         text = self.c + "{0:^30}".format("TradeWars Proxy Active")
-        text = text.replace('Active', BLINK + 'Active') + Style.RESET_ALL
+        text = text.replace('Active', BLINK + 'Active' + Style.RESET_ALL)
         self.queue_game.put(box.row(text))
         self.queue_game.put(box.middle())
 
-
         def menu_item(ch: str, desc: str):
             row = self.c1 + " {0} {1}- {2}{3:25}".format(ch, self.c2, self.c1, desc)
             self.queue_game.put(box.row(row))