This commit is contained in:
Alex55 2026-03-24 18:38:48 +02:00
parent 2fcfa44b9c
commit ed5b73f12c
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ def send_html_flow(ids):
print(row) print(row)
conn.close()
s = row[9] s = row[9]
s = s.replace(" ", "+", 1) # только первое вхождение после времени s = s.replace(" ", "+", 1) # только первое вхождение после времени
dt = datetime.fromisoformat(s) dt = datetime.fromisoformat(s)
@ -79,7 +79,7 @@ def send_html_flow(ids):
) )
create_messagea(row[1], message ) create_messagea(row[1], message )
conn.close()
# send_html_flow(5388351) # send_html_flow(5388351)