mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
fixup: remove an extra )
This commit is contained in:
parent
e03c98d0a4
commit
725a7d2d61
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user