Beispiel #1
0
def processing(job_id, visits):
    image_processing_obj = ImageProcessing(job_id, visits)
    image_processing_obj.process()