1
0
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:
Yohann D'ANELLO
2020-05-22 22:17:17 +02:00
parent d88fccb51d
commit 02b81016b8
2 changed files with 52 additions and 1 deletions

View File

@ -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"]