Skip to content

Commit 47503d8

Browse files
fix : autopep8
1 parent 6043942 commit 47503d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipspot/ipv4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _my_ip_io_ipv4(geo: bool=False, timeout: Union[float, Tuple[float, float]]
180180
return {"status": False, "error": str(e)}
181181

182182

183-
def _ifconfig_co_ipv4(geo: bool=False, timeout: Union[float, Tuple[float, float]] # very low rate limit
183+
def _ifconfig_co_ipv4(geo: bool=False, timeout: Union[float, Tuple[float, float]] # very low rate limit
184184
=5) -> Dict[str, Union[bool, Dict[str, Union[str, float]], str]]:
185185
"""
186186
Get public IP and geolocation using ifconfig.co.

0 commit comments

Comments
 (0)