[test] Fix FakeYDL signatures

Authored by: coletdjnz
This commit is contained in:
pukkandan 2022-06-21 12:51:46 +05:30
parent 95032f302c
commit f0500bd1e4
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 13 additions and 13 deletions

View file

@ -40,7 +40,7 @@ class YDL(FakeYDL):
def process_info(self, info_dict):
self.downloaded_info_dicts.append(info_dict.copy())
def to_screen(self, msg):
def to_screen(self, msg, *args, **kwargs):
self.msgs.append(msg)
def dl(self, *args, **kwargs):