Use Python3-compatible print syntax
This commit is contained in:
parent
456f53cb6e
commit
2abef8e65b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ _None_
|
|||
#### Python (using [openphoto-python][openphoto-python])
|
||||
|
||||
client = openphoto.OpenPhoto()
|
||||
client.tags.list()
|
||||
print(client.tags.list())
|
||||
|
||||
[<openphoto.objects.Tag id='australia'>, <openphoto.objects.Tag id='Boracay Philippines'>, ...]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue