fix api key environment variable name
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import json
|
||||
import wx
|
||||
|
||||
key = os.environ.get("CROWDIN_APPI_KEY", "")
|
||||
key = os.environ.get("CROWDIN_API_KEY", "")
|
||||
|
||||
params = {
|
||||
'json': '',
|
||||
|
||||
Reference in New Issue
Block a user