From cacbd735b77cae85df36d7ab50ef685acf43a277 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 30 Jun 2013 18:37:25 +0200 Subject: [PATCH] Wow, that was stupid. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9317bd4..561fdb4 100644 --- a/main.py +++ b/main.py @@ -124,7 +124,7 @@ for release in releases: continue # Process result - result = results[1] + result = results[0] try: result.download(target_path)