From b8f80c4e7154bc160f8be6838553191b3a01cfc1 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sun, 3 Oct 2021 15:59:38 +0200 Subject: [PATCH] Removed print(html) --- nicole/nicole.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nicole/nicole.py b/nicole/nicole.py index f8815de..ec0ea90 100644 --- a/nicole/nicole.py +++ b/nicole/nicole.py @@ -127,7 +127,6 @@ class Nicole: except Exception: sleep(self.delay) # azlyrics blocks requests if there is no delay return (False, f"Could not access url: {url}") - print(html) lyrics = None match = re.search(r"(.|\n)+?", html)