We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a73bc9 commit a648e86Copy full SHA for a648e86
LiveObjects/hal.py
@@ -117,9 +117,6 @@ def connect(self):
117
def get_security_level(self):
118
return LiveObjects.SSL if self._existing_network_tls_capability else LiveObjects.NONE
119
120
- def get_os_id(self):
121
- return self._os_id
122
-
123
def get_store_cert_filename(self):
124
try:
125
import certifi
@@ -161,9 +158,6 @@ def connect(self):
161
158
162
159
163
160
164
165
166
167
168
return self._cert_store_filename
169
0 commit comments