https://github.com/ipinfo/python/blob/a003e431ff960d50d9f52c02b4bb418ee939039e/ipinfo/handler.py#L114 The `ip_address` parameter is optional, but ValueError will be raised due to the bogon check here if `ip_address` is None.
python/ipinfo/handler.py
Line 114 in a003e43
The
ip_addressparameter is optional, but ValueError will be raised due to the bogon check here ifip_addressis None.