From f18e8d0c0bc2666822e9e1b1f0d1125b17cbd51d Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sun, 18 Feb 2018 17:58:44 +0100 Subject: [PATCH] Removed unused HTMLParser constructor argument --- pysollib/htmllib2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/htmllib2.py b/pysollib/htmllib2.py index 5e97cc1a..3e42e738 100644 --- a/pysollib/htmllib2.py +++ b/pysollib/htmllib2.py @@ -26,7 +26,7 @@ class HTMLParser(htmllib.HTMLParser): from six.moves.html_entities import entitydefs - def __init__(self, formatter, verbose=0): + def __init__(self, formatter): """Creates an instance of the HTMLParser class. The formatter parameter is the formatter instance associated with