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)