Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
19266ba3
Unverified
Commit
19266ba3
authored
Apr 23, 2020
by
Agate
💬
Browse files
Fixed broken upload status link in import_files command
parent
9b2f5df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/funkwhale_api/music/management/commands/import_files.py
View file @
19266ba3
...
...
@@ -200,7 +200,7 @@ class Command(BaseCommand):
start_time
=
time
.
time
()
reference
=
options
[
"reference"
]
or
"cli-{}"
.
format
(
timezone
.
now
().
isoformat
())
import_url
=
"{}://{}/
content/
librar
ies
/{}/upload?{}"
import_url
=
"{}://{}/librar
y
/{}/upload?{}"
import_url
=
import_url
.
format
(
settings
.
FUNKWHALE_PROTOCOL
,
settings
.
FUNKWHALE_HOSTNAME
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment