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")
|
||||
mongo.putMetaHash("pis", newHash)
|
||||
return True
|
||||
mongo.putMetaHash("pis", newHash)
|
||||
return False
|
||||
|
||||
def load(): # Programatically add a `toc` field to each entry.
|
||||
|
Reference in New Issue
Block a user