def display_log(self): popup = Popup(title='Network Log', content=Label(text = 'Log is not implemented yet.'), size_hint = (0.3, 0.3)) popup.open()