Skip to content

Commit da30b3d

Browse files
author
Codeslayer666
committed
travis test
1 parent 5229d30 commit da30b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud_api/cloud_manager/cloud_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, username, password, timeout=10):
2828
"""
2929
if not username or not password:
3030
raise Exception(
31-
'Invalid credentials, please provide a username and password. user:{} - pass:{}'.format(username, password))
31+
'Invalid credentials, please provide a username and password')
3232

3333
credentials = '{0}:{1}'.format(username, password).encode()
3434
encoded_credentials = base64.b64encode(credentials).decode()

0 commit comments

Comments
 (0)