Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thevtm committed May 11, 2015
1 parent d2951e8 commit f2c3d0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scraper.py
Expand Up @@ -84,6 +84,9 @@
#%%

## Minera Rodada

print '[LOG] Processing Data Started'

rodada = jsonRaw[0]['rodada_id'] - 1

#%%
Expand All @@ -97,8 +100,6 @@
## Minera Scouts
## e concatena em um DataFrame

print '[LOG] Processing Data Started'

# Scouts
ScoutsDict = []

Expand Down Expand Up @@ -128,7 +129,7 @@

## Save DataFrame to SQLite

print '[LOG] Transfering data to SQLite format'
print '[LOG] Transferindo dados para SQLite'

scraperwiki.sqlite.save(unique_keys = ['Atleta', 'Rodada'],
data = ScoutsDict,
Expand Down

0 comments on commit f2c3d0e

Please sign in to comment.