Skip to content

Commit

Permalink
fix metadata manager
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 3, 2024
1 parent e867129 commit 9cafb80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ofscraper/commands/managers/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
log = logging.getLogger("shared")



class metadataManager(commmandManager):
def __init__(self):
super().__init__(self)
super().__init__()


@run_async
Expand Down Expand Up @@ -227,5 +226,5 @@ async def _process_ele_user_first_data_retriver(self,ele=None, session=None):


@property
def run_metadata():
def run_metadata(self):
return read_args.retriveArgs().metadata

0 comments on commit 9cafb80

Please sign in to comment.