Fixed a typo
This commit is contained in:
@ -65,7 +65,7 @@ class Post:
|
||||
except Exception as ex:
|
||||
exception = ex
|
||||
if self._image_data is None:
|
||||
raise ex
|
||||
raise exception
|
||||
return self._image_data
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user