mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
* Move hashing function for squeak requests to util module * Remove sayHello method from protocol
4 lines
58 B
Python
4 lines
58 B
Python
|
|
|
|
def get_hash(squeak):
|
|
return squeak.GetHash()[::-1]
|