Skip to content

Commit

Permalink
Update sekoia_automation/connector/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Cohen <[email protected]>
  • Loading branch information
a-leonardi and Darkheir authored Oct 5, 2023
1 parent 06d317c commit ae9d24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sekoia_automation/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _retry(self):

@cached_property
def _connector_user_agent(self) -> str:
return f"sekoiaio-connector-{self.default_configuration.intake_key}"
return f"sekoiaio-connector-{self.configuration.intake_key}"

def _send_chunk(
self,
Expand Down

0 comments on commit ae9d24f

Please sign in to comment.