Skip to content
Snippets Groups Projects
Unverified Commit 19266ba3 authored by Agate's avatar Agate 💬
Browse files

Fixed broken upload status link in import_files command

parent 9b2f5df4
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment