Browse Source

Merge b84a0e5934 into 2b28fbe7f4

pull/4/merge
cemresarecansiz 7 years ago
committed by GitHub
parent
commit
96a3b49f52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Barcode_Reader_Python/database_append.py

+ 1
- 1
Barcode_Reader_Python/database_append.py View File

@ -1,7 +1,7 @@
import json
data_format_prod = {
'Prod_Name': None, 'BBD': None, 'Nutrients': [], 'Calories': 0, 'Cooked': False 'Allergens': [], 'Problematic': False, 'Process': None, 'ED': None
'Prod_Name': "None", 'BBD': "None", 'Nutrients': [], 'Calories': 0, 'Cooked': False 'Allergens': [], 'Problematic': False, 'Process': "None", 'ED': "None"
}
data_format_proc = {


Loading…
Cancel
Save