fixed rwf command

This commit is contained in:
Lukas 2022-03-21 00:10:22 +01:00
parent 05b11aafc8
commit bd24e53a3c
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ def rwf(self):
url = "https://raider.io/api/v1/raiding/progression?raid=sepulcher-of-the-first-ones&difficulty=mythic&region=world"
data = json.loads(requests.get(url).text)
if not data:
return
prog_done = 0
for entry in data['progression']:
if entry['totalGuilds'] > 0: