From 9118096bee36a879727af395da445e7b4a6ea142 Mon Sep 17 00:00:00 2001 From: "daniel.rodrigues" Date: Fri, 31 Oct 2025 10:47:31 -0300 Subject: [PATCH] att --- extranet_notas_debito.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extranet_notas_debito.py b/extranet_notas_debito.py index fa0507c..37699a9 100644 --- a/extranet_notas_debito.py +++ b/extranet_notas_debito.py @@ -3,7 +3,8 @@ import requests import pyodbc from datetime import datetime, timedelta -OUTPUT_DIR_BASE = r"\\10.77.77.11\Contabilidade\AUTOMAÇÃO\NotadeDebito" +# Caminho para Linux (compartilhamento de rede montado) +OUTPUT_DIR_BASE = "/mnt/contabilidade/AUTOMAÇÃO/NotadeDebito" DB_CONN = ( "Driver={ODBC Driver 17 for SQL Server};"