def updateFixtures(): gameLoader = GameLoader() gameLoader.load()
def getNextMatch(): gameLoader = GameLoader() return gameLoader.getNextMatch()