mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-18 12:22:58 +00:00
Update main.py
This commit is contained in:
@@ -4,9 +4,9 @@ import os
|
|||||||
requests.packages.urllib3.disable_warnings()
|
requests.packages.urllib3.disable_warnings()
|
||||||
from cmlApiCalls import CML as cml
|
from cmlApiCalls import CML as cml
|
||||||
|
|
||||||
server = "cml.recurve-it.com"
|
server = "cml.server.com"
|
||||||
username = "admin"
|
username = "admin"
|
||||||
password = "12qwas!@QWAS12qwas"
|
password = "CMLpassword123"
|
||||||
lab = "53b3fe"
|
lab = "53b3fe"
|
||||||
user = os.getlogin()
|
user = os.getlogin()
|
||||||
auth = cml.auth(server, username, password)
|
auth = cml.auth(server, username, password)
|
||||||
|
|||||||
Reference in New Issue
Block a user