Skip to content

Commit

Permalink
converted scrape crud to list
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinberg1 committed May 24, 2020
1 parent 433627d commit 5d0374e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/generate_fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,4 @@

# Add Phone models list to database
crud.merge_phone_data(model_phone_list)

# Add Phonescrape model items (individual DB add due to RQ worker) to database
for item in model_phonescraper_list:
crud.merge_phonescraper_data(item)
crud.merge_phonescraper_data_list(model_phonescraper_list)

0 comments on commit 5d0374e

Please sign in to comment.