mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-08 14:43:34 +08:00
fix images
This commit is contained in:
@@ -77,5 +77,5 @@ class IpUtils:
|
||||
try:
|
||||
return ipaddress.ip_address(ip_str.strip()).is_private
|
||||
except Exception as e:
|
||||
print(e)
|
||||
print(str(e))
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user