We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec61bd commit a09a3b2Copy full SHA for a09a3b2
open_facebook/tests.py
@@ -333,8 +333,8 @@ def test_albums(self):
333
if profile_album:
334
pictures = graph.get('%s/photos' % profile_album['id'])['data'][:3]
335
for picture in pictures:
336
- print picture['source']
+ print(picture['source'])
337
if cover_album:
338
pictures = graph.get('%s/photos' % cover_album['id'])['data'][:3]
339
340
0 commit comments