瀏覽代碼

Remove obsolete commented code

Taddeus Kroes 5 年之前
父節點
當前提交
d1321855cd
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      bot.py

+ 1 - 6
bot.py

@@ -2,7 +2,7 @@
 import time
 from strategy import State, moves_to_keys
 from interaction import get_exapunks_window, focus_window, \
-                       screenshot_board, press_keys
+                        screenshot_board, press_keys
 
 
 if __name__ == '__main__':
@@ -25,11 +25,6 @@ if __name__ == '__main__':
         state.print()
         print()
 
-        #if state.has_holes():
-        #    print('parsed board has holes, wait for a bit')
-        #    time.sleep(.1)
-        #    continue
-
         moves = state.solve()
 
         if moves: