style & test

This commit is contained in:
Ovv
2018-02-25 19:20:51 +01:00
committed by Daniel Quinn
parent d1a57b5d68
commit 8fefafb844
3 changed files with 21 additions and 14 deletions

View File

@@ -32,7 +32,8 @@ class Consumer:
5. Delete the document and image(s)
"""
def __init__(self, consume=settings.CONSUMPTION_DIR, scratch=settings.SCRATCH_DIR):
def __init__(self, consume=settings.CONSUMPTION_DIR,
scratch=settings.SCRATCH_DIR):
self.logger = logging.getLogger(__name__)
self.logging_group = None