local: Remove argument that was simply added for testing help formatting

This commit is contained in:
Thomas Adamcik 2013-11-16 03:13:22 +01:00
parent 9586cb7fc9
commit 087dc5065d

View File

@ -22,10 +22,6 @@ class LocalCommand(commands.Command):
class ScanCommand(commands.Command):
help = "Scan local media files and populate the local library."
def __init__(self):
super(ScanCommand, self).__init__()
self.add_argument('--limit', type=int, help='number of tracks to scan')
def run(self, args, config, extensions):
media_dir = config['local']['media_dir']
scan_timeout = config['local']['scan_timeout']