Skip to content

Commit

Permalink
✨ Added get_secret_value
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 authored and trymzet committed Oct 4, 2024
1 parent 883e9b8 commit 7826b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/sources/cloud_for_customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_response(
return handle_api_response(
url=url,
params=filter_params,
auth=(username, password._secret_value),
auth=(username, password.get_secret_value()),
timeout=timeout,
)

Expand Down

0 comments on commit 7826b54

Please sign in to comment.