Small issue fix

This commit is contained in:
Dylan 2023-08-15 11:08:31 +01:00
parent b0e859a8c9
commit 26e46a9d45

View File

@ -112,7 +112,7 @@ def extractStatus_syndication(url,workaroundTokens=None):
return output
def extractStatus_twExtractProxy(url):
def extractStatus_twExtractProxy(url,workaroundTokens=None):
proxies = os.getenv("VXTWITTER_PROXIES",None)
if proxies is None:
raise TwExtractError(400, "Extract error")