Skip to content

Commit f3e0dd1

Browse files
committed
Web
1 parent 689a9bd commit f3e0dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ def odds_handler(sport):
16161616
```python
16171617
# $ pip3 install requests
16181618
>>> import requests
1619-
>>> url = 'http://localhost:8080/odds/soccer'
1619+
>>> url = 'http://localhost:8080/odds/football'
16201620
>>> r = requests.post(url, data={'team': 'arsenal f.c.'})
16211621
>>> r.json()
16221622
['arsenal f.c.', 2.44, 3.29]

0 commit comments

Comments
 (0)