rwf command now adds the number of guilds finished
This commit is contained in:
parent
f38fcd8939
commit
e2702cbfe8
|
@ -211,7 +211,7 @@ def rwf(self):
|
||||||
if entry['totalGuilds'] > 0:
|
if entry['totalGuilds'] > 0:
|
||||||
prog_done += 1
|
prog_done += 1
|
||||||
|
|
||||||
guilds_done = data['progression'][prog_done]['totalGuilds']
|
guilds_done = data['progression'][prog_done-1]['totalGuilds']
|
||||||
|
|
||||||
prog_min = prog_done
|
prog_min = prog_done
|
||||||
prog_max = len(data['progression'])
|
prog_max = len(data['progression'])
|
||||||
|
|
Loading…
Reference in New Issue