mirror of
https://github.com/bspeice/Melodia
synced 2025-07-06 00:14:44 -04:00
Add backup code
This commit is contained in:
@ -78,4 +78,3 @@ class Song (models.Model):
|
||||
from Melodia.melodia_settings import HASH_FUNCTION as hash
|
||||
f = open(self.url, 'rb')
|
||||
self.file_hash = hash(f.read())
|
||||
|
||||
|
Reference in New Issue
Block a user