mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix incorrect sorting in stats ca
This commit is contained in:
parent
25f4ac5314
commit
d9d8c6a842
3 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue