MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / badShutdownShown

Method badShutdownShown

src/astroprint/software.py:434–439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

432
433 @property
434 def badShutdownShown(self):
435 if self._badShutdownShown:
436 return True
437 else:
438 self._badShutdownShown = True
439 return False
440
441 def checkForcedUpdate(self):
442 latestInfo = self.checkSoftwareVersion()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected