Skip to content

Commit

Permalink
fix black hole transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafaelrn committed Apr 23, 2024
1 parent 341f4c8 commit b61ec3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/bd_update_banks/bank_sicredi.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def import_accumulated_sicredi(data_transaction):

logger.debug('Enviando %s lançamentos para o BD - Dados acumulados: %s', contador_acumulado, acumulado)
bd.insert(acumulado)
acumulado = []
contador_acumulado = 0
acumulado = [data_transaction]
contador_acumulado = 1
time.sleep(1)


Expand Down

0 comments on commit b61ec3b

Please sign in to comment.