Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
switch to https
  • Loading branch information
ericnost authored Oct 11, 2022
1 parent 0ecfa5a commit 821d893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_data( sql, index_field=None ):
The results of the database query
'''

url= 'http://portal.gss.stonybrook.edu/echoepa/?query=' #'http://apps.tlt.stonybrook.edu/echoepa/?query='
url= 'https://portal.gss.stonybrook.edu/echoepa/?query=' #'http://apps.tlt.stonybrook.edu/echoepa/?query='
data_location = url + urllib.parse.quote_plus(sql) + '&pg'
# print( sql ) # Debugging
# print( data_location )
Expand Down

0 comments on commit 821d893

Please sign in to comment.