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