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