datatypes.py
14.9 KB
-
Update datatypes.py to handle dict on properties · aae6c023
As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() instead
Tibabal committed
As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() instead