Skip to content

Commit fb966cf

Browse files
author
Renato Maia
committed
improve messages on terminal
1 parent 1514ecb commit fb966cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from module.telegram import TelegramBot
1616
from module.window import get_resolution, WindowsResolutionEnum
1717

18-
__version__ = "0.0.7"
18+
__version__ = "0.0.8"
1919

2020

2121
def main(config_file):

module/spaceScreen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,13 @@ def click_first(btns_pos, search_img):
307307

308308

309309
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...")
311311
Ship.remove_ships()
312312
manager.set_recharge()
313313
SpaceScreen.go_to_fight(manager)
314314
SpaceScreen.go_to_home(manager)
315315
manager.set_refresh_timer("refresh_ships")
316+
logger(f"🚫 Waiting for {Config.get('refresh_ships')} minutes to reset proccess, config(refresh_ships).")
316317
return False
317318

318319
click_when_target_appears('btn_fight_boss')

0 commit comments

Comments
 (0)