Skip to content

Commit

Permalink
url https for this carto url, opencleveland#68 also needs to be fixed…
Browse files Browse the repository at this point in the history
… here
  • Loading branch information
skorasaurus committed Aug 25, 2018
1 parent c743a02 commit f4b8f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lots_client/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ApplicationForm(forms.Form):
label="Application terms")

def _check_ppn(self, ppn):
carto = 'http://opencleveland.cartodb.com/api/v2/sql'
carto = 'https://opencleveland.cartodb.com/api/v2/sql'
params = {
'api_key': settings.CARTODB_API_KEY,
'q': "SELECT ppn FROM joined WHERE ppn = '%s'" % ppn.replace('-', ''),
Expand Down

0 comments on commit f4b8f47

Please sign in to comment.