Browse Source

Debugging turns issue with ColoScript

david 5 năm trước cách đây
mục cha
commit
a0ce5291a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -2758,7 +2758,7 @@ class ColoScript(object):
             if 'turns left' in line:
                 work = line[19:].replace(' turns left.', '').strip()
                 self.turns = work
-                log.debug("TURNS LEFT: {0}".format(self.turns))
+                log.info("TURNS LEFT: {0}".format(self.turns))
                 if int(self.turns) < 200:
                     self.send2player("\r" + Boxes.alert("Low Turns! ({0})".format(self.turns)))
                     self.deactivate()