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

Method resetUpdate

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

Source from the content-addressed store, hash-verified

592 return False
593
594 def resetUpdate(self):
595 self._status = 'idle'
596 self._releases = None
597 if self._updater:
598 self._updater.stop()
599 self._updater = None
600
601 def restartServer(self):
602 if platformStr == "linux" or platformStr == "linux2":

Callers 1

updateSoftwareVersionFunction · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected