forked from 0x2620/pandora
typo
This commit is contained in:
parent
0700bf7b95
commit
2f92d5d2aa
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ class Item(models.Model):
|
|||
shutil.rmtree(base)
|
||||
ox.makedirs(base)
|
||||
|
||||
filename = utils.sefe_filename(self.get('title'))
|
||||
filename = utils.safe_filename(self.get('title'))
|
||||
base = self.path('torrent/%s' % filename)
|
||||
base = os.path.abspath(os.path.join(settings.MEDIA_ROOT, base))
|
||||
size = 0
|
||||
|
|
Loading…
Reference in a new issue