Skip to content
This repository has been archived by the owner on Dec 10, 2017. It is now read-only.

Commit

Permalink
fix kc3 recovery method
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmin123 committed Jan 19, 2016
1 parent 5e36b9a commit 0c6e841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kancolle_auto.sikuli/kancolle_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ def refresh_kancolle(e):
sleep(1)
type(Key.SPACE) # In case Exit Confirmation is checked in KC3 Settings
sleep(1)
wait_and_click(kc_window, 'recovery_kc3_startanyway.png', 20)
type(Key.TAB) # Tab over to 'Start Anyway' button
sleep(1)
type(Key.SPACE)
elif settings['recovery_method'] == 'KCV':
# Recovery steps if using KanColleViewer
type(Key.F5)
Expand Down
Binary file removed kancolle_auto.sikuli/recovery_kc3_startanyway.png
Binary file not shown.

0 comments on commit 0c6e841

Please sign in to comment.