debugging why build is failing

This commit is contained in:
Ryan Holmes
2020-07-25 16:33:14 -04:00
parent fca78a72e4
commit 80781c7eff

View File

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