Skip to content

Commit

Permalink
Solve breaking changes in decoded_qrs return
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Canas committed Jul 29, 2024
1 parent 499332c commit b10eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def detect_and_decode(
if return_detections:
return decoded_qrs, detections
else:
return decoded_qrs, None
return decoded_qrs

def get_detection_result_from_polygon(
self,
Expand Down

0 comments on commit b10eccb

Please sign in to comment.