Skip to content

Commit 5e8b5eb

Browse files
authored
Update creds.py - CUCM_ADDRESS
The CUCM URL in creds.py is defined at CUCM_LOCATION variable; however the code files are expecting CUCM_ADDRESS variable.
1 parent b93b970 commit 5e8b5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

creds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CUCM_LOCATION = 'changeme'
1+
CUCM_ADDRESS = 'changeme'
22
AXL_USERNAME = 'changeme'
3-
AXL_PASSWORD = 'changeme'
3+
AXL_PASSWORD = 'changeme'

0 commit comments

Comments
 (0)