missing letter

This commit is contained in:
Pawel Orzech 2019-08-08 12:20:15 +01:00
parent 08015a8629
commit 9f1e6d3b0e
2 changed files with 2 additions and 1 deletions

View file

@ -2026,7 +2026,7 @@ def rank_up():
# json.dump(r.json(), json_file) # json.dump(r.json(), json_file)
levels_to_farm = goal_rank - current_rank levels_to_farm = goal_rank - current_rank
print(Fore.REDr + Style.BRIGHT + 'Levels to farm: ' +str(levels_to_farm)) print(Fore.RED + Style.BRIGHT + 'Levels to farm: ' +str(levels_to_farm))
while int(current_rank) < int(goal_rank): while int(current_rank) < int(goal_rank):
#If your current rank is lower than goal rank we gonna farm. #If your current rank is lower than goal rank we gonna farm.

View file

@ -20,6 +20,7 @@ To stop a command from executing, hold ctrl + c
'omegafarm' -> Completes everything it can do 'omegafarm' -> Completes everything it can do
'info' -> Print out account information. 'info' -> Print out account information.
'medalcal' -> Does free LR's 'medalcal' -> Does free LR's
'rankup' -> Farms your rank
'bossrush' -> Does Boss Rush 'bossrush' -> Does Boss Rush
'lrpan' -> Farms LR Pan level 'lrpan' -> Farms LR Pan level
'punchmachine' -> Does Punch Machine 'punchmachine' -> Does Punch Machine