mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 03:49:16 +02:00
Fixed broken upload status link in import_files command
This commit is contained in:
parent
9b2f5df4d5
commit
19266ba3e3
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class Command(BaseCommand):
|
|||
start_time = time.time()
|
||||
reference = options["reference"] or "cli-{}".format(timezone.now().isoformat())
|
||||
|
||||
import_url = "{}://{}/content/libraries/{}/upload?{}"
|
||||
import_url = "{}://{}/library/{}/upload?{}"
|
||||
import_url = import_url.format(
|
||||
settings.FUNKWHALE_PROTOCOL,
|
||||
settings.FUNKWHALE_HOSTNAME,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue