MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / fileForgot

Method fileForgot

src/Site/Site.py:1088–1090  ·  view source on GitHub ↗
(self, inner_path)

Source from the content-addressed store, hash-verified

1086 self.fileForgot(inner_path)
1087
1088 def fileForgot(self, inner_path):
1089 self.log.debug("Giving up on %s" % inner_path)
1090 del self.bad_files[inner_path] # Give up after 30 tries

Callers 1

fileFailedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected