[importers] Fix scale file checker
This commit is contained in:
@ -287,6 +287,7 @@ class ScaleCSVImport(BaseFileImportMixin):
|
||||
|
||||
csv_file = models.FileField(upload_to=get_path, **BNULL)
|
||||
original_filename = models.CharField(max_length=255, **BNULL)
|
||||
file_hash = models.CharField(max_length=32, **BNULL)
|
||||
|
||||
def process(self, force=False):
|
||||
from scrobbles.importers.scale import import_scale_csv
|
||||
|
||||
Reference in New Issue
Block a user