Skip to content

Commit 77eb30f

Browse files
committed
Modify comment on requests handling
1 parent d1df9e7 commit 77eb30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
requests_status = "successful"
2828
empty_list.append(data.json())
2929
else:
30-
# handle failure on requests to the url
30+
# handle failure on requests to the url for mac os
3131
requests_status = "unsuccessful"
3232
print(f"Failed to get data from: {url}")
3333
# make request again to get data from the url

0 commit comments

Comments
 (0)