Skip to content

Commit 06cdc3d

Browse files
committed
fix quick instructions in readme
1 parent a049761 commit 06cdc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Pass the ``-q`` or ``--quick`` command line arguments, or as:
136136

137137
.. code-block:: python
138138
139-
tags = exifread.process_file(file_handle, details=False)
139+
tags = exifread.process_file(file_handle, details=False, extract_thumbnail=False)
140140
141141
To process makernotes only, without extracting the thumbnail image (if any):
142142

0 commit comments

Comments
 (0)