fixed rwf command
This commit is contained in:
parent
05b11aafc8
commit
bd24e53a3c
|
@ -203,6 +203,9 @@ def rwf(self):
|
||||||
url = "https://raider.io/api/v1/raiding/progression?raid=sepulcher-of-the-first-ones&difficulty=mythic®ion=world"
|
url = "https://raider.io/api/v1/raiding/progression?raid=sepulcher-of-the-first-ones&difficulty=mythic®ion=world"
|
||||||
data = json.loads(requests.get(url).text)
|
data = json.loads(requests.get(url).text)
|
||||||
|
|
||||||
|
if not data:
|
||||||
|
return
|
||||||
|
|
||||||
prog_done = 0
|
prog_done = 0
|
||||||
for entry in data['progression']:
|
for entry in data['progression']:
|
||||||
if entry['totalGuilds'] > 0:
|
if entry['totalGuilds'] > 0:
|
||||||
|
|
Loading…
Reference in New Issue