Merge pull request #135 from MAJA-Lin/maja-lin/bugfix/ISSUE-138
Fix typo on formatter 'webvtt'
This commit is contained in:
commit
1e61fac76a
|
@ -140,7 +140,7 @@ class FormatterLoader(object):
|
|||
'json': JSONFormatter,
|
||||
'pretty': PrettyPrintFormatter,
|
||||
'text': TextFormatter,
|
||||
'webvvt': WebVTTFormatter,
|
||||
'webvtt': WebVTTFormatter,
|
||||
}
|
||||
|
||||
class UnknownFormatterType(Exception):
|
||||
|
|
Loading…
Reference in New Issue