mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
one more tuple
This commit is contained in:
parent
8153c987f4
commit
2f05226213
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class VirtualHost(object): # pylint: disable=too-few-public-methods
|
|||
return False
|
||||
|
||||
def __hash__(self):
|
||||
return hash((self.filep, self.path,
|
||||
return hash((self.filep, tuple(self.path),
|
||||
tuple(self.addrs), tuple(self.names),
|
||||
self.ssl, self.enabled))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue