mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
compare bytes to bytes
This commit is contained in:
parent
02cb4105b3
commit
ad027aff76
@ -466,7 +466,7 @@ def create_grid_manager_verifier(keys, certs, public_key, now_fn=None, bad_cert=
|
||||
now = now_fn()
|
||||
for cert in valid_certs:
|
||||
expires = datetime.utcfromtimestamp(cert['expires'])
|
||||
if cert['public_key'].encode("ascii") == public_key:
|
||||
if cert['public_key'] == public_key:
|
||||
if expires > now:
|
||||
# not-expired
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user