File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
from module .telegram import TelegramBot
16
16
from module .window import get_resolution , WindowsResolutionEnum
17
17
18
- __version__ = "0.0.7 "
18
+ __version__ = "0.0.8 "
19
19
20
20
21
21
def main (config_file ):
Original file line number Diff line number Diff line change @@ -307,12 +307,13 @@ def click_first(btns_pos, search_img):
307
307
308
308
309
309
if n_ships < Config .get ('n_minimum_ships_to_fight' ):
310
- logger (f"🚫 Not enough ships to fight, restarting..." )
310
+ logger (f"🚫 Not enough ships to fight, restarting minutes ..." )
311
311
Ship .remove_ships ()
312
312
manager .set_recharge ()
313
313
SpaceScreen .go_to_fight (manager )
314
314
SpaceScreen .go_to_home (manager )
315
315
manager .set_refresh_timer ("refresh_ships" )
316
+ logger (f"🚫 Waiting for { Config .get ('refresh_ships' )} minutes to reset proccess, config(refresh_ships)." )
316
317
return False
317
318
318
319
click_when_target_appears ('btn_fight_boss' )
You can’t perform that action at this time.
0 commit comments