fix: Invalid file path being generated on add

This commit is contained in:
Cristian 2021-01-11 08:28:41 -05:00
parent 1ce6130202
commit d5cabe05af
2 changed files with 1 additions and 2 deletions

View file

@ -213,7 +213,6 @@ class Snapshot(models.Model):
return self.history['title'][-1].output.strip()
return None
@cached_property
def domain(self) -> str:
from ..util import domain