Przeglądaj źródła

Fix color codes in Restock report.

Steve Thielemann 5 lat temu
rodzic
commit
6817b3f350
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -2780,7 +2780,7 @@ class ProxyMenu(object):
             self.queue_game.put(box.top())
             self.queue_game.put(box.row(self.c1 + " Sector Class "))
             for sector, data in s.items():
-                self.queue_game.put(box.row(" {0} {1:5}{2} {3:^5} ".format( self.c1, sector, self.c2, data['class'])))
+                self.queue_game.put(box.row("{0}  {1:5}{2} {3:^5} ".format( self.c1, sector, self.c2, data['class'])))
             self.queue_game.put(box.bottom())
 
         elif key == "D":