Skip to content

Commit 3374bb3

Browse files
Update general-settings.py
1 parent bc12692 commit 3374bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/general-settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# The barcode format our library will search for is composed of BarcodeFormat group 1 and BarcodeFormat group 2.
2323
# So you need to specify the barcode format in group 1 and group 2 individually.
2424
settings.barcode_format_ids = EnumBarcodeFormat.BF_ALL
25-
settings.barcode_format_ids_2 = EnumBarcodeFormat.BF2_POSTALCODE | EnumBarcodeFormat_2.BF2_DOTCODE
25+
settings.barcode_format_ids_2 = EnumBarcodeFormat_2.BF2_POSTALCODE | EnumBarcodeFormat_2.BF2_DOTCODE
2626

2727
# 3.3 Set the expected barcode count you want to read.
2828
settings.expected_barcodes_count = 10

0 commit comments

Comments
 (0)