Fixed a typo

This commit is contained in:
2025-10-02 23:36:10 +02:00
parent 1e8e8e9b40
commit bc28807aeb

View File

@ -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