fattureCCSR: rewrite downloader in python.

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-11-30 01:59:19 +01:00
parent d3cd8e1193
commit 0e80834b44
3 changed files with 105 additions and 13 deletions

View File

@@ -281,3 +281,4 @@ def convert(input_file_path: str, out_file_path: str):
traf2000_file.write(linea)
logger.converter_logger.info("Convertita fattura n. %s", fattura["numFattura"])
logger.converter_logger.info("Conversione terminata")