modify video render class Name
This commit is contained in:
parent
d04c896562
commit
65e7ab4b7a
@ -2,6 +2,6 @@
|
||||
from base_render import BaseRender
|
||||
|
||||
|
||||
class videoRender(BaseRender):
|
||||
class VideoRender(BaseRender):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user