arranged hash

This commit is contained in:
soergeld 2020-04-27 15:59:21 +02:00
parent 048b5c2151
commit a51ef113d3

View file

@ -72,7 +72,7 @@ class Map(dict):
del self.__dict__[key]
def __hash__(self):
return self.id
return id(self)
class AlbumInfo(Map):