Skip to content

Commit

Permalink
fix time sleep - Insert OK!!
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafaelrn committed Apr 23, 2024
1 parent 61dde4c commit 95504d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/bd_update_banks/bank_sicredi.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def import_extrato_sicredi(extrato_file, account_name):
DATA_JSON = json.dumps(DATA)

import_accumulated_sicredi(DATA_JSON)
time.sleep(1)

in_progress = True

Expand Down Expand Up @@ -114,6 +113,7 @@ def import_accumulated_sicredi(data_transaction):
bd.insert(acumulado)
acumulado = []
contador_acumulado = 0
time.sleep(1)



Expand Down

0 comments on commit 95504d2

Please sign in to comment.