def handle(self, *args, **options): """ Call the log pulling function and do work silently. """ pull_and_parse_logs()
def run(self, **kwargs): """ Do the same thing that the tamarin_pull_logs management command does. """ pull_and_parse_logs()