[importers] Fix scale file checker

This commit is contained in:
2026-05-28 17:05:48 -04:00
parent 034cb99c77
commit bea2b2d187
3 changed files with 46 additions and 9 deletions

View File

@ -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