diff --git a/tubesync/sync/migrations/0001_squashed_0030_alter_source_source_vcodec.py b/tubesync/sync/migrations/0001_squashed_0030_alter_source_source_vcodec.py index 48bc23b7..ed41856c 100644 --- a/tubesync/sync/migrations/0001_squashed_0030_alter_source_source_vcodec.py +++ b/tubesync/sync/migrations/0001_squashed_0030_alter_source_source_vcodec.py @@ -31,7 +31,7 @@ def fix_media_file(apps, schema_editor): # Function above has been copied/modified and RunPython operations adjusted. def media_file_location(): - return str(settings.DOWNLOAD_ROOT)) + return str(settings.DOWNLOAD_ROOT) # Used the above function for storage location.