def run(self, *args, **kwargs): """ run """ def callback(): """ callback """ log.debug("memory free %d", gc.mem_free()) super(Eddystone, self).run(callback=callback, callback_time=1000)