mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-08 15:30:19 +02:00
Import CDs
This commit is contained in:
@ -11,7 +11,7 @@ class Command(BaseCommand):
|
||||
parser.add_argument('input', nargs='?',
|
||||
type=FileType('r'),
|
||||
default=stdin,
|
||||
help="ISBN to be imported.")
|
||||
help="Vinyle to be imported.")
|
||||
|
||||
def handle(self, *args, **options):
|
||||
file = options["input"]
|
||||
|
Reference in New Issue
Block a user