You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
v3.7.3.3
This commit is contained in:
@@ -727,6 +727,8 @@ def versions():
|
||||
|
||||
|
||||
def get_hash(value):
|
||||
if value is None:
|
||||
return value
|
||||
import hashlib
|
||||
h = hashlib.md5(value.encode('utf-8'))
|
||||
p = h.hexdigest()
|
||||
|
||||
Reference in New Issue
Block a user