diff --git a/imgurpython/client.py b/imgurpython/client.py index 9c41ea6..197914a 100644 --- a/imgurpython/client.py +++ b/imgurpython/client.py @@ -581,7 +581,7 @@ def get_image(self, image_id): def upload_from_path(self, path, config=None, anon=True): with open(path, 'rb') as fd: - self.upload(fd, config, anon) + return self.upload(fd, config, anon) def upload(self, fd, config=None, anon=True): if not config: