We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8a460 commit e05ef42Copy full SHA for e05ef42
web_programming/get_top_billioners.py
@@ -9,7 +9,7 @@
9
TODAY = datetime.now()
10
11
API_URL = (
12
- "https://www.forbes.com/forbesapi/person/rtb/0/-estWorthPrev/true.json"
+ "https://www.forbes.com/forbesapi/person/rtb/0/position/true.json"
13
"?fields=personName,gender,source,countryOfCitizenship,birthDate,finalWorth"
14
f"&limit={LIMIT}"
15
)
0 commit comments