Skip to content

Commit

Permalink
fix api key environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Jul 25, 2020
1 parent 80781c7 commit 7dc362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dump_crowdin_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import wx

key = os.environ.get("CROWDIN_APPI_KEY", "")
key = os.environ.get("CROWDIN_API_KEY", "")

params = {
'json': '',
Expand Down

0 comments on commit 7dc362f

Please sign in to comment.