Skip to content

Edited print json.loads(result).iteritems()#60

Open
Mr-Ruben wants to merge 1 commit intoudacity:masterfrom
Mr-Ruben:patch-1
Open

Edited print json.loads(result).iteritems()#60
Mr-Ruben wants to merge 1 commit intoudacity:masterfrom
Mr-Ruben:patch-1

Conversation

@Mr-Ruben
Copy link

Changed
print json.loads(result).iteritems()
for
print json.loads(result)
which is the line used in the other tests.

The first will cause errors despite the server (Flask) is well configured.

Changed
print json.loads(result).iteritems()
for 
print json.loads(result)
which is the line used in the other tests.

The first will cause errors despite the server (Flask) is well configured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant