generators icon indicating copy to clipboard operation
generators copied to clipboard

Update field_map function in example file

Open austinjp opened this issue 2 years ago • 0 comments

Previous version didn't seem to work since it iterated over only the keys in the dict. This iterates over dict.items() instead.

austinjp avatar Jul 19 '23 16:07 austinjp