Closed DGKSK8LIFE closed 4 years ago
Hey @DGKSK8LIFE, this is not by mistake. Notice at the top of this code snippet is: from pprint import pprint
This is calling Python's pprint (also known as pretty-print) module. pprint is used to make blocks of text like this api_response
more readable.
ah ok; my bad; tysm @Brodan