mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
No need to pass verbosity around anymore
This commit is contained in:
parent
a4d89ed124
commit
631aa99d92
2 changed files with 2 additions and 3 deletions
|
|
@ -66,9 +66,8 @@ class Consumer(object):
|
|||
flags=re.IGNORECASE
|
||||
)
|
||||
|
||||
def __init__(self, verbosity=1):
|
||||
def __init__(self):
|
||||
|
||||
self.verbosity = verbosity
|
||||
self.logger = logging.getLogger(__name__)
|
||||
self.logging_group = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue