fix: typo on formatter 'webvtt'
This commit is contained in:
parent
904acaf153
commit
5613b9ec6c
|
@ -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