Skip to content

Commit

Permalink
Update importa_arquivo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Oct 1, 2020
1 parent ba92926 commit d4eb794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importa_arquivo.py
Expand Up @@ -72,7 +72,7 @@ def main():
#print('Importing {} items'.format(len(df)))

for index, row in enumerate(df.to_dict('records')):
print(f'{index+1} de {len(df)}')
# print(f'{index+1} de {len(df)}')
scraperwiki.sqlite.save(
unique_keys=['dt_referencia', 'co_ativo'], data=row)

Expand Down

0 comments on commit d4eb794

Please sign in to comment.