From bd24e53a3c5d325d1d78a4bd49ab034a770a537f Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 21 Mar 2022 00:10:22 +0100 Subject: [PATCH] fixed rwf command --- src/commands.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands.py b/src/commands.py index ea046f2..2374637 100644 --- a/src/commands.py +++ b/src/commands.py @@ -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" data = json.loads(requests.get(url).text) + if not data: + return + prog_done = 0 for entry in data['progression']: if entry['totalGuilds'] > 0: