Skip to content

Commit

Permalink
update wiim
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Dec 6, 2024
1 parent dfee8b2 commit e319bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron_wiim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e319bf1

Please sign in to comment.