att
This commit is contained in:
parent
290219632d
commit
bb4b55269f
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user