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

Method __init__

src/astroprint/externaldrive/mac_dev.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 ROOT_MOUNT_POINT = '/Volumes'
19
20 def __init__(self):
21 super(ExternalDriveManager, self).__init__()
22 self._logger = logging.getLogger(__name__)
23 self._logger.info('Starting Mac ExternalDriveManager')
24
25 def shutdown(self):
26 self._logger.info('Shutting Down Mac ExternalDriveManager')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected