https://github.com/ipinfo/python/blob/master/ipinfo/handler.py#L42
In case cache_options was defined, we end up "re-seinding" it, after having retrieved maxsize and ttl from the same dictionary. This way we multiply the same parameter in the function call, thus it can't perform.
https://github.com/ipinfo/python/blob/master/ipinfo/handler.py#L42
In case
cache_optionswas defined, we end up "re-seinding" it, after having retrievedmaxsizeandttlfrom the same dictionary. This way we multiply the same parameter in the function call, thus it can't perform.