Open ArmindoFlores opened 4 years ago
Pickled AO3 objects store the page html instead of only storing the needed attributes. Probably should make it so all attributes are calculated once reload() is called instead of relying on functools.cached_property to handle this.
reload()
functools.cached_property
Pickled AO3 objects store the page html instead of only storing the needed attributes. Probably should make it so all attributes are calculated once
reload()
is called instead of relying onfunctools.cached_property
to handle this.