We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c3850 commit f90902fCopy full SHA for f90902f
1 file changed
amadeus/client/request.py
@@ -138,5 +138,6 @@ def _flatten_keys(self, d, key, out):
138
if type(d[k]) is dict:
139
self._flatten_keys(d[k], str(key) + str(keystr), out)
140
else:
141
- out['{}{}'.format(key, keystr)] = d[k]
+ out[
142
+ '{}{}'.format(key, keystr)] = d[k1]
143
return out
0 commit comments