diff --git a/lyrics.py b/lyrics.py index 25f59fc..e2fd296 100644 --- a/lyrics.py +++ b/lyrics.py @@ -99,7 +99,7 @@ def http_post(url, data, ua): r = requests.post(url, data=data, headers=headers, proxies=proxy) return (r.text) except Exception as exceptio: - print(exceoptio) + print(exceptio) pass # if the request was denied, or the connection was interrupted, retrying. (up to five times) fail_count = 0