def openGameReport(self): selected = self.get_selectedMatches() if selected: for match in selected: webbrowser.open_new_tab('https://www.fupa.net/spielberichte/xxx-xxx-xxx-%d.html' % match['match_id'])