Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from awcrosby/master
Browse files Browse the repository at this point in the history
mfers
  • Loading branch information
jctanner committed Mar 4, 2016
2 parents 6ff2ee3 + 989bbc0 commit a2505c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manufacturers-scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main():
sys.stdout.write('"' + v.get(key, "") + '"' + ',')
sys.stdout.write('\n')
#import pdb; pdb.set_trace()
dict_to_csv(mfnames, 'manufacturers.csv')
dict_to_csv(mfers, 'manufacturers.csv')

if __name__ == "__main__":
main()

0 comments on commit a2505c5

Please sign in to comment.