🐛 fix argument

This commit is contained in:
Faylixe
2020-12-18 16:29:08 +01:00
parent 69a4f947e3
commit 0428a0bde8

View File

@@ -16,7 +16,7 @@ __email__ = 'spleeter@deezer.com'
__author__ = 'Deezer Research'
__license__ = 'MIT License'
AudioInputOptions: ArgumentInfo = Argument(
AudioInputOptions: OptionInfo = Option(
...,
'--inputs',
'-i',