Skip to content

Commit e05ef42

Browse files
committed
Change the API path.
1 parent cc8a460 commit e05ef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_billioners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
TODAY = datetime.now()
1010

1111
API_URL = (
12-
"https://www.forbes.com/forbesapi/person/rtb/0/-estWorthPrev/true.json"
12+
"https://www.forbes.com/forbesapi/person/rtb/0/position/true.json"
1313
"?fields=personName,gender,source,countryOfCitizenship,birthDate,finalWorth"
1414
f"&limit={LIMIT}"
1515
)

0 commit comments

Comments
 (0)