Commit 29580062 authored by Liam Brenner's avatar Liam Brenner
Browse files

Remove random asterix

parent fd85acb3
......@@ -51,7 +51,7 @@ def get_video_form(model):
class VideoTranscodeAdminForm(forms.Form):
media_format = EnumField(MediaFormats)
def __init__(self, data=None, *, video, **kwargs):
def __init__(self, data=None, video, **kwargs):
super().__init__(data, **kwargs)
self.video = video
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment