Add translation progress dump to travis and remove the data dump to console

This commit is contained in:
Ryan Holmes
2020-07-25 16:54:15 -04:00
parent 7dc362fef9
commit bec9eb2224
3 changed files with 2 additions and 1 deletions

View File

@@ -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('-', '_')