Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Feb 21, 2020
1 parent 68c932c commit 200055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -50,7 +50,7 @@
##scraperwiki.sqlite.save(unique_keys=['fileid'],\
## data={'fileid': '0', 'file': json.dumps(str(file_text))},\
## table_name = 'filestoexport')
scraperwiki.sqlite.save(table_name='filustoexport', unique_keys=['filusid'], data={'filusid': '1', 'filus': 'HEPP'})
scraperwiki.sqlite.save(unique_keys=['filusid'], data={'filusid': '1', 'filus': 'HEPP'})
#print(json.dumps(str(encodedfile)))
print('Main file export successful!')
except:
Expand Down

0 comments on commit 200055e

Please sign in to comment.