Add translation progress dump to travis and remove the data dump to console
This commit is contained in:
@@ -12,7 +12,6 @@ params = {
|
||||
|
||||
resp = requests.get('https://api.crowdin.com/api/project/pyfa/status', params=params)
|
||||
data = resp.json()
|
||||
print(data)
|
||||
|
||||
for x in data:
|
||||
x['code'] = x['code'].replace('-', '_')
|
||||
|
||||
Reference in New Issue
Block a user