Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 444206a

Browse files
committed
Fix environment variable name
1 parent 22c4d48 commit 444206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firststreet/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if argument.product and fsids:
3434

3535
if not argument.api_key:
36-
env_var_name = 'FSF_APfI_KEY'
36+
env_var_name = 'FSF_API_KEY'
3737
try:
3838
api_key = os.environ[env_var_name]
3939
except KeyError:

0 commit comments

Comments
 (0)