yasoob / practical-python-projects

99 stars 42 forks source link

Missing parentheses in a print #15

Closed jalvaradosegura closed 3 years ago

jalvaradosegura commented 3 years ago

Location Within the Book

Page: 100 Hint: Page numbers change all the time. The best way to report an issue is by chapter and section numbers.

Description

There are missing parentheses in the last print, line 56 of the code block on that page (Line 73 on this code snippet).

55 if r.status_code != requests.codes.ok:
56     print r.text

Possible Solutions

Add the parentheses

Jorge Alberto Alvarado Segura

yasoob commented 3 years ago

Hey Jorge, so sorry for such a delayed update. COVID had me struggling for a bit but this bug is fixed in the latest version that will go out soon. Thanks ❤️