You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the result is wrapped in square brackets. That means that when loaded into JSON it's a list with 1 item in it (the dictionary) rather than just a dictionary. Think it would be better without the brackets so it wouldn't need to be parsed out.
The text was updated successfully, but these errors were encountered:
Good point. I just use one function for getting full text of many texts, and for getting full text of a single text. But a single text shouldn't need to be a list of length one. I'll make a function that returns single texts.
When getting a full text, like in this example:
the result is wrapped in square brackets. That means that when loaded into JSON it's a list with 1 item in it (the dictionary) rather than just a dictionary. Think it would be better without the brackets so it wouldn't need to be parsed out.
The text was updated successfully, but these errors were encountered: