vterron / public-ip

A Python function to get your public IP address
MIT License
13 stars 6 forks source link

Update _ip.py #2

Closed CwGmZ971 closed 6 months ago

CwGmZ971 commented 6 months ago

f-string on line 74 so first_votes is shown as intended

vterron commented 6 months ago

We do need the fix... but without the comma — so that we concatenate the two f-strings.

vterron commented 6 months ago

Done in https://github.com/vterron/public-ip/pull/3.