From 81751cc2a10d38dc3237e9baa7c78efd80bf70b9 Mon Sep 17 00:00:00 2001 From: nathom Date: Thu, 1 Jul 2021 15:41:35 -0700 Subject: [PATCH] Remove unnecessary elif Signed-off-by: nathom --- streamrip/clients.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/streamrip/clients.py b/streamrip/clients.py index 7a5c6a0..2b42d6f 100644 --- a/streamrip/clients.py +++ b/streamrip/clients.py @@ -660,9 +660,6 @@ class TidalClient(Client): # pending time.sleep(4) continue - elif status == 1: - # error checking - raise Exception elif status == 0: # successful break