fix: do not regen all small and thumb

This commit is contained in:
Starnakin 2025-05-04 19:11:00 +02:00
parent 5c773af571
commit a551217592

View File

@ -33,8 +33,8 @@ class Picture():
if (config.CREATE_GENERAL_ALBUM):
self._albums_name.append("general")
self._is_reperoried: bool = is_repertoried
self.gen_small()
self.gen_thumb()
self.get_small()
self.get_thumb()
def get_page(self):
return self._page