This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update datatypes.py to handle dict on properties
As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() instead
- Loading branch information