Remove unrequired DB operation

This commit is contained in:
Fred Boniface 2023-06-01 00:04:01 +01:00
parent dc7ebc76b2
commit f961a18486
1 changed files with 0 additions and 1 deletions

View File

@ -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.