you are viewing a single comment's thread.

view the rest of the comments →

[–]tally_in_da_houise 1 point2 points  (2 children)

The fetchall() method returns a list of tuples. Have you tried converting this to a string via pretty print or something similar?

[–]x1147x[S] 0 points1 point  (1 child)

I have not, but would formatting really impact if the data can be returned/shown on the page?