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

Method fleetId

src/astroprint/cloud.py:143–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141
142 @property
143 def fleetId(self):
144 if self.hmacAuth:
145 return self.hmacAuth.orgId
146 return None
147
148 @property
149 def groupId(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected