def __init__(self, username=None, password=None): SpiderBase.__init__(self, username=username, password=password) self.delay = Delay(5)