mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-08 02:28:29 +03:00
Fix AttributeError crash on scrapers using the default CLI constructor
Introduced by 267b7d0e
Fixes #483
This commit is contained in:
@@ -229,7 +229,7 @@ class Scraper:
|
||||
|
||||
@classmethod
|
||||
def _cli_from_args(cls, args):
|
||||
return cls._construct(args)
|
||||
return cls._cli_construct(args)
|
||||
|
||||
@classmethod
|
||||
def _cli_construct(cls, argparseArgs, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user