From f839009802a786f4376d0b68bd799d5ecced8c7e Mon Sep 17 00:00:00 2001 From: Linus Date: Sun, 21 Jul 2019 09:39:01 +1200 Subject: [PATCH] match with python 2.x syntax --- ffmpeg/nodes.py | 2 +- ffmpeg/tests/test_facebook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg/nodes.py b/ffmpeg/nodes.py index 6da318b..d98b393 100644 --- a/ffmpeg/nodes.py +++ b/ffmpeg/nodes.py @@ -344,7 +344,7 @@ class MergeOutputsNode(Node): class HeaderNode (Node): - def __init__(self, name: str = None, args=[], kwargs={}): + def __init__(self, name, args=[], kwargs={}): super(HeaderNode, self).__init__( stream_spec=None, name=name, diff --git a/ffmpeg/tests/test_facebook.py b/ffmpeg/tests/test_facebook.py index 9ac6cf0..a670912 100644 --- a/ffmpeg/tests/test_facebook.py +++ b/ffmpeg/tests/test_facebook.py @@ -16,7 +16,7 @@ except ImportError: from unittest import mock # python 3 -def pip_to_rtmp(url: str): +def pip_to_rtmp(url): """ Capture Facetime camera and screen in macOS and stream it to facebook """ facetime_camera_input = (