sdf
This commit is contained in:
parent
2fcfa44b9c
commit
ed5b73f12c
|
|
@ -46,7 +46,7 @@ def send_html_flow(ids):
|
|||
print(row)
|
||||
|
||||
|
||||
conn.close()
|
||||
|
||||
s = row[9]
|
||||
s = s.replace(" ", "+", 1) # только первое вхождение после времени
|
||||
dt = datetime.fromisoformat(s)
|
||||
|
|
@ -79,7 +79,7 @@ def send_html_flow(ids):
|
|||
)
|
||||
create_messagea(row[1], message )
|
||||
|
||||
|
||||
conn.close()
|
||||
|
||||
|
||||
# send_html_flow(5388351)
|
||||
Loading…
Reference in New Issue