2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 13:46:02 +01:00
parent bf701e6206
commit 35f6886cd4

View File

@ -170,7 +170,8 @@ class TheOperator(Operator):
self.log('names did not match!')
success = False
# # check pubkey?
elif uri != b64enc(pubkey_record)
elif uri != b64enc(pubkey_record):
pass
# name,
# prefix='/pubkey/'
# )):