浏览代码

Fix color codes in Restock report.

Steve Thielemann 5 年之前
父节点
当前提交
6817b3f350
共有 1 个文件被更改,包括 1 次插入1 次删除
  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":