Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ getDomain
Method
getDomain
src/astroprint/network/ssl.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
self._settings.save()
51
52
def
getDomain(self):
53
return
self._settings.get([
'network'
,
'ssl'
,
'domain'
])
54
55
# Exceptions
56
Callers
1
sslSettings
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected