def __init__(self, main): BaseModule.__init__(self, main) # seed the random number generator random.seed(datetime.now()) self.options = { # the number of threads the directory scanner should use "numberOfThreads": 1 }
def __init__(self, main): BaseModule.__init__(self, main)