This commit is contained in:
daniel.rodrigues 2025-10-31 11:30:54 -03:00
parent 290219632d
commit bb4b55269f

View File

@ -247,7 +247,7 @@ def main():
cursor = conn.cursor()
# Filtrar apenas notas do dia 27-10-2025
data_especifica = datetime(2025, 10, 26)
data_especifica = datetime(2025, 10, 24)
todos = get_all_documents(token)
documentos = filter_documents_by_date(todos, data_especifica, data_especifica)