This commit is contained in:
Jing Ling
2020-10-25 12:17:39 +08:00
parent c6a83497be
commit 904a2d13d7
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -832,4 +832,4 @@ def looks_like_ip(maybe_ip):
if IP_RE.match(maybe_ip):
return True
except socket.error:
return False
return False