We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema differs from README
{u'*****': [ {u'****': { 'data': [ {'oper_ctg': 1, 'oper_type': 1, 'date': datetime.datetime(2014, 3, 17, 0, 0), 'attribute': u'Вручение адресату', 'operation': u'Приём', 'zipcode': u'******'}, {'oper_ctg': 4, 'oper_type': 8, 'date': datetime.datetime(2014, 3, 18, 4, 4), 'attribute': u'Покинуло сортировочный центр', 'operation': u'Обработка', 'zipcode': u'******'}, {'oper_ctg': 4, 'oper_type': 8, 'date': datetime.datetime(2014, 3, 21, 9, 11), 'attribute': u'Покинуло сортировочный центр', 'operation': u'Обработка', 'zipcode': u'*****'}, {'oper_ctg': 4, 'oper_type': 8, 'date': datetime.datetime(2014, 4, 6, 0, 0), 'attribute': u'Покинуло сортировочный центр', 'operation': u'Обработка', 'zipcode': u'*****'} ] } } ] }
The text was updated successfully, but these errors were encountered:
so currently i need do this
if type(body) == dict and body.get('error'):
and
for item in body: for track, answer in item:
Sorry, something went wrong.
No branches or pull requests
Schema differs from README
The text was updated successfully, but these errors were encountered: