fix: do not regen all small and thumb
This commit is contained in:
parent
5c773af571
commit
a551217592
@ -33,8 +33,8 @@ class Picture():
|
|||||||
if (config.CREATE_GENERAL_ALBUM):
|
if (config.CREATE_GENERAL_ALBUM):
|
||||||
self._albums_name.append("general")
|
self._albums_name.append("general")
|
||||||
self._is_reperoried: bool = is_repertoried
|
self._is_reperoried: bool = is_repertoried
|
||||||
self.gen_small()
|
self.get_small()
|
||||||
self.gen_thumb()
|
self.get_thumb()
|
||||||
|
|
||||||
def get_page(self):
|
def get_page(self):
|
||||||
return self._page
|
return self._page
|
||||||
|
Loading…
Reference in New Issue
Block a user