Fix incorrect sorting in stats ca

This commit is contained in:
Stijn De Clercq 2021-01-24 22:00:24 +01:00
parent 25f4ac5314
commit d9d8c6a842
3 changed files with 12 additions and 1 deletions

View file

@ -43,3 +43,10 @@ def google_search(query):
divs = bs.find_all("div", attrs={"class": "g"})
return list(getContent(d) for d in divs), 200
def getMatchweek():
"""
Parses the current JPL matchweek out of Sporza's site
"""
pass