def __init__(self, **kwargs): super(AboutChangelog, self).__init__(**kwargs) Clock.schedule_once(lambda dt: self.load_changelog())