Skip to content

Commit

Permalink
super init passing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelgadodyvenia committed Sep 23, 2024
1 parent 9005374 commit a5219db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/sources/vid_club.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
"Content-Type": "application/json",
}

super().__init__(*args, **kwargs)
super().__init__(credentials=vid_club_credentials,*args, **kwargs)

def build_query(
self,
Expand Down

0 comments on commit a5219db

Please sign in to comment.