Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 65a89ff

Browse files
committed
Fixing class name
1 parent 9984d30 commit 65a89ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imgur-python/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ def get_gallery_favorites(self, username):
116116
if favorite['is_album']:
117117
result.append(GalleryAlbum(favorite))
118118
else:
119-
result.append(GalleryAlbum(favorite))
119+
result.append(GalleryImage(favorite))
120120

121121
return result

0 commit comments

Comments
 (0)