jarhill0 / santa

Assign a secret santa over email
https://pypi.python.org/pypi/santa/
The Unlicense
4 stars 1 forks source link

Update person.py's hash #4

Closed trietvuive closed 2 years ago

trietvuive commented 2 years ago

A way to avoid unnecessary hash collision is to just hash the tuple and let python handle the rest.

jarhill0 commented 2 years ago

Looks good. Thanks for the contribution!