def handle(self, *args, **options): """Handle the management command.""" if run_monitor is None: sys.stderr.write(MISSING) else: run_monitor(**options)
def handle(self, *args, **options): """Handle the management command.""" run_monitor(**options)