Update main.py

This commit is contained in:
M35a2
2021-09-20 13:12:13 -06:00
committed by GitHub
parent 5231d69a0a
commit a739da1d29

View File

@@ -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)