โ๏ธTips and Tricks
Handle API throttling problem
Sleep 3s between requests.JSON error message
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not listDo not JSON load the inputLast updated