Renewed get_current_md() based on OL method

This commit is contained in:
2016-06-11 17:09:13 +02:00
parent c02f137c0b
commit 911b19068c
4 changed files with 40 additions and 44 deletions

View File

@@ -67,4 +67,8 @@ class OpenLiga(object):
def getTeams(self, season, league='bl1'):
return(self.client.service.GetTeamsByLeagueSaison(leagueShortcut=league,leagueSaison=season))
def getCurrentGroup(self, league):
return(self.client.service.GetCurrentGroup(leagueShortcut=league))