From bfc7a223371d1e416886ea71976b86df99ef7310 Mon Sep 17 00:00:00 2001 From: bstreeter6 <50310914+bstreeter6@users.noreply.github.com> Date: Sat, 14 Sep 2019 23:13:11 -0400 Subject: [PATCH] Update commands.py --- commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.py b/commands.py index d7954e1..9ffbeba 100644 --- a/commands.py +++ b/commands.py @@ -2033,9 +2033,9 @@ def rank_up(): while int(current_rank) < int(goal_rank): #If your current rank is lower than goal rank we gonna farm. print('Farming...') - complete_stage('27003', 4) + complete_stage('27003', 2) #test: - #complete_stage('1001', 2) + #complete_stage('1001', 1) r = requests.get(url, headers=headers) current_rank = int(r.json()['user']['rank']) print('Your current rank is: ' +str(current_rank))