Remove unrequired DB operation
This commit is contained in:
parent
dc7ebc76b2
commit
f961a18486
@ -31,7 +31,6 @@ def requiresUpdate():
|
|||||||
log.out(f"pis.requiresUpdate: currentHash: {currentHash}, newHash: {newHash}", "INFO")
|
log.out(f"pis.requiresUpdate: currentHash: {currentHash}, newHash: {newHash}", "INFO")
|
||||||
mongo.putMetaHash("pis", newHash)
|
mongo.putMetaHash("pis", newHash)
|
||||||
return True
|
return True
|
||||||
mongo.putMetaHash("pis", newHash)
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def load(): # Programatically add a `toc` field to each entry.
|
def load(): # Programatically add a `toc` field to each entry.
|
||||||
|
Reference in New Issue
Block a user