Updates the caught exception in hera_snap_redis_monitor to insert arrays of None instead of lists. Later in the script when these values are packed into a json string a tolist is called.
This preserves that tolist, though we could move the tolist call up into the try statement at line 290 as well.
Updates the caught exception in hera_snap_redis_monitor to insert arrays of None instead of lists. Later in the script when these values are packed into a json string a
tolist
is called.This preserves that tolist, though we could move the tolist call up into the try statement at line 290 as well.
closes #29