Synchronous HTTP requests (SOLVED)

print() will only print the first couple of hundred characters of the string. I’m uncertain of the length, but if the string is long it will not print all of it. If it’s json then why don’t you decode it first (using json.decode) and then iterate over the table and print each value?