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):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user