We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58c1ca commit c52a4b8Copy full SHA for c52a4b8
README.md
@@ -19,7 +19,7 @@ from flareio import FlareApiClient
19
20
21
client = FlareApiClient(
22
- api_key=os.environ.get("FLARE_API_KEY"),
+ api_key=os.environ["FLARE_API_KEY"],
23
tenant_id=None, # Use my default tenant.
24
)
25
0 commit comments