Skip to content

Commit

Permalink
Adding the files for searching the database
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Mar 28, 2015
1 parent 37664b5 commit bf0480d
Show file tree
Hide file tree
Showing 4 changed files with 17,755 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def newRecipe( self,\
'cost':cost,\
'grams':grams\
'''
startNum = 4870
startNum = 9620
logger = logging.getLogger('build_database.building')
with open('get_recipes/recipes/index0_10.txt','r') as f:
for line in f:
Expand Down Expand Up @@ -169,4 +169,4 @@ def newRecipe( self,\
grams = ingredient['grams']
foo = DB.addIngredient(recipeID,ingredient_uuid,actual,measurement,description,ndb_no,cost,grams)
break
'''
'''
Loading

0 comments on commit bf0480d

Please sign in to comment.