disable quality check
This commit is contained in:
parent
6773481fe6
commit
e3151ba0bb
|
@ -343,7 +343,7 @@ class Command(BaseCommand):
|
|||
def handle(self, *args, **options):
|
||||
if options.get('scan'):
|
||||
self.scan()
|
||||
if options.get('quality_check'):
|
||||
self.check_quality(check=(not options.get('scan')))
|
||||
#if options.get('quality_check'):
|
||||
# self.check_quality(check=(not options.get('scan')))
|
||||
if options.get('monitor'):
|
||||
self.monitor()
|
||||
|
|
Loading…
Reference in New Issue
Block a user