Skip to content

Commit

Permalink
Merge pull request #48 from ccnmtl/get-thumb-url
Browse files Browse the repository at this point in the history
Prep for release 0.0.3
  • Loading branch information
nikolas authored May 29, 2018
2 parents 9509c50 + 9797f27 commit 72f5a5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.3 (2018-05-27)
===================
* retrieve thumbnail url

0.0.2 (2018-05-22)
===================
* additional support for password-based authentication
Expand Down
2 changes: 1 addition & 1 deletion panopto/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_thumb_url(self, session_id):
auth=self.auth_info, sessionIds=[session_id])

if response is None or len(response) < 1:
return ''
return None

obj = serialize_object(response)
return obj[0]['ThumbUrl']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="pypanopto",
version="0.0.2",
version="0.0.3",
author="Susan Dreher",
author_email="[email protected]",
url="https://github.com/ccnmtl/pypanopto",
Expand Down

0 comments on commit 72f5a5e

Please sign in to comment.