diff --git a/extracao_vendashora_rgb.py b/extracao_vendashora_rgb.py index ce59a01..05d35f9 100644 --- a/extracao_vendashora_rgb.py +++ b/extracao_vendashora_rgb.py @@ -15,7 +15,7 @@ from datetime import datetime, timedelta import json # Configuração da data -USE_MANUAL_DATE = True # False = usar dia anterior automaticamente; True = usar MANUAL_DATE_STR +USE_MANUAL_DATE = False # False = usar dia anterior automaticamente; True = usar MANUAL_DATE_STR MANUAL_DATE_STR = "16112025" # Formato DDMMAAAA, usado quando USE_MANUAL_DATE=True # Configuração de intervalo de datas (execução dia por dia)