Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Aruba-WLAN
Aruba-WLAN Python Scripts
Commits
11b8e27d
Commit
11b8e27d
authored
Aug 23, 2021
by
Alexander Detsch
🐘
Browse files
same bad fix for MMClient
parent
b8bc67a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
arubawlan-python-scripts/add_aruba_ap.py
View file @
11b8e27d
...
...
@@ -207,8 +207,8 @@ class MMClient:
self
.
__client
=
None
def
client
(
self
):
if
self
.
__client
:
return
__self
.
client
#
if self.__client:
#
return __self.client
from
arubaos_client
import
MobilityControllerAPIClient
self
.
__client
=
MobilityControllerAPIClient
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment