update wiim

This commit is contained in:
MuslemRahimi 2024-12-06 21:56:40 +01:00
parent dfee8b2314
commit e319bf190f

View File

@ -79,7 +79,7 @@ async def get_endpoint(session, symbol, con):
start_date = start_date_obj_utc.strftime("%Y-%m-%d")
end_date = new_date_obj_utc.strftime("%Y-%m-%d")
new_date_str = new_date_obj_utc.strftime("%b %d, %Y")
new_date_str = new_date_obj_utc.strftime("%Y-%m-%d %H:%M:%S")
query = query_template.format(symbol=symbol)
try: