diff --git a/copyparty/util.py b/copyparty/util.py index 68ac5275..b0004e5a 100644 --- a/copyparty/util.py +++ b/copyparty/util.py @@ -1500,7 +1500,8 @@ class Garda(object): if not self.lim: return 0, ip - ip = ipnorm(ip) + if ":" in ip: + ip = ipnorm(ip) if prev and self.uniq: if self.prev.get(ip) == prev: