Skip to content

Commit

Permalink
simplify README again
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 15, 2024
1 parent a58c1ca commit c52a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from flareio import FlareApiClient


client = FlareApiClient(
api_key=os.environ.get("FLARE_API_KEY"),
api_key=os.environ["FLARE_API_KEY"],
tenant_id=None, # Use my default tenant.
)

Expand Down

0 comments on commit c52a4b8

Please sign in to comment.