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 12:45:51 +01:00
parent 522327566f
commit d1dd5fa9af

View File

@ -125,7 +125,7 @@ class Crypt(Logger):
def set(self,k,v,prefix='',override=False):
if self.has(k,prefix=prefix) and not override:
if self.has(k,prefix=prefix): # and not override:
self.log("I'm afraid I can't let you do that, overwrite someone's data!")
return False #(False,None,None)