keepa.Keepa.time_to_refill#

property Keepa.time_to_refill: float#

Return the time to refill in seconds.

Examples

Return the time to refill. If you have tokens available, this time should be 0.0 seconds.

>>> import keepa
>>> key = "<REAL_KEEPA_KEY>"
>>> api = keepa.Keepa(key)
>>> api.time_to_refill
0.0