Renewed get_current_md() based on OL method
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user