Skip to content

Commit

Permalink
Updated get_cams protocol to https pvlib#1457
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalBorkar authored May 16, 2022
1 parent a0812b1 commit d5f5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/iotools/sodapro.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear',
email = email.replace('@', '%2540') # Format email address
identifier = 'get_{}'.format(identifier.lower()) # Format identifier str

base_url = f"http://{server}/service/wps"
base_url = f"https://{server}/service/wps"

data_inputs_dict = {
'latitude': latitude,
Expand Down

0 comments on commit d5f5cd5

Please sign in to comment.