This commit is contained in:
daniel.rodrigues 2025-10-31 10:47:31 -03:00
parent cdd4045970
commit 9118096bee

View File

@ -3,7 +3,8 @@ import requests
import pyodbc import pyodbc
from datetime import datetime, timedelta 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 = ( DB_CONN = (
"Driver={ODBC Driver 17 for SQL Server};" "Driver={ODBC Driver 17 for SQL Server};"