Skip to content

Commit

Permalink
edit techport url
Browse files Browse the repository at this point in the history
  • Loading branch information
aschleg committed Jun 16, 2020
1 parent a1d3cba commit 5826efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 447 deletions.
2 changes: 1 addition & 1 deletion nasapy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ def techport(self, project_id=None, last_updated=None, return_format='json'):
Otherwise, a string formatted for XML is returned.
"""
url = self.host + '/techport/api/projects/'
url = self.host + '/techport/api/projects'

if return_format not in ('json', 'xml'):
raise ValueError("type parameter must be one of 'json' (default), or 'xml'.")
Expand Down

0 comments on commit 5826efe

Please sign in to comment.