def __init__(self, bootstrap):
     StatusUpdateProcess.__init__(self, bootstrap)
     AppProcess.__init__(self)
    def __init__(self, bootstrap):
        StatusUpdateProcess.__init__(self, bootstrap)
        StreamerProcess.__init__(self)

        self.updateTime= time.time() # For knowing if something went wrong.