mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
522327566f
commit
d1dd5fa9af
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user