Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 45db8f7

Browse files
Fix authentication message
1 parent c5fcf9d commit 45db8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gigasetelements/gigasetelements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def connect():
192192
s.headers['Connection'] = 'close'
193193
auth_data = restget(url_auth)
194194
s.headers['Connection'] = 'keep-alive'
195-
log(auth_data)
195+
log('Authenticated')
196196
basestation_data = restget(url_base)
197197
log('Basestation ' + basestation_data[0]['id'])
198198
status_data = restget(url_health)

0 commit comments

Comments
 (0)