From ac225e636cb1d1f8fa9182d32184a4f8686b4bd3 Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Sun, 16 Jun 2019 21:21:31 -0300 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 4f7d7bd..14f74bc 100644 --- a/scraper.py +++ b/scraper.py @@ -104,7 +104,7 @@ def main(): url_base = 'http://www.debentures.com.br/exploreosnd/consultaadados/mercadosecundario/precosdenegociacao_e.asp' url = '{}?op_exc=Nada&emissor=&isin=&ativo=&dt_ini={}&dt_fim={}'.format(url_base, dt_ini, dt_fim) - process_file_debentures(url) + process_file(url) if __name__ == '__main__':