Closed waicool20 closed 7 years ago
Also should be noted that since you put kancolle_auto_wrapper()
in a while True:
loop, even when it stops via ScheduledStop it just gets rebooted immediately so a sys.exit(0)
needs to be put in
And also when ScheduledStopCount
and mode is set to something other than time
it only stops when the done_<mode>
is settings['scheduled_stop_count'] + 1
So eg. I set it to stop after 1 sortie it only does so after 2 sorties
Merged #330. Thanks for catching and fixing this!
Some copy pasta derps in this section:
done_expeditions
forexpedition
,sortie
andpvp
mode?