Skip to content

Commit

Permalink
Merge pull request #3 from MattyBoy4444/MattyBoy4444-documentation-1
Browse files Browse the repository at this point in the history
Documentation Change
  • Loading branch information
MattyBoy authored Jan 16, 2019
2 parents e6fb640 + dbed2dc commit 42bbb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Attachment:
photo_id = None # Google Photos ID (not used)
media_type = None # Type of attachment: PHOTO, ANIMATED_PHOTO, VIDEO
original_content_url = None
download_url = None # Not used, since it doesn't seem to work
download_url = None # This is used to get file extension

def __init__(self, album_id=None, photo_id=None, media_type=None, original_content_url=None, download_url=None):
self.album_id = album_id
Expand Down

0 comments on commit 42bbb61

Please sign in to comment.