You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to express my gratitude for the work done on this project and for sharing it with the community.
In the pagination_filters function, in dependencies.py, the default value for the date_to parameter is set to datetime.now(). However, this results in the date_to value being set only once, when the function is defined, and not updating with each call to the function. Consequently, subsequent calls to pagination_filters always return the same value for date_to, which is not the intended behavior.
Hi @smadrigalb we are now getting back to ocpi library maintenance, we will soon take care of the request you created, have you successfully integrated ocpi lib with your project ?
Hi,
First of all, I want to express my gratitude for the work done on this project and for sharing it with the community.
In the pagination_filters function, in dependencies.py, the default value for the date_to parameter is set to datetime.now(). However, this results in the date_to value being set only once, when the function is defined, and not updating with each call to the function. Consequently, subsequent calls to pagination_filters always return the same value for date_to, which is not the intended behavior.
The text was updated successfully, but these errors were encountered: