Skip to content

Commit c52a4b8

Browse files
committed
simplify README again
1 parent a58c1ca commit c52a4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from flareio import FlareApiClient
1919

2020

2121
client = FlareApiClient(
22-
api_key=os.environ.get("FLARE_API_KEY"),
22+
api_key=os.environ["FLARE_API_KEY"],
2323
tenant_id=None, # Use my default tenant.
2424
)
2525

0 commit comments

Comments
 (0)